> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting Exceptions

In this article, we will provide a fix for common exceptions.

# InApps

```text wrap theme={"theme":{"light":"github-light","dark":"github-dark"}}
java.lang.UnsupportedOperationException: Library support not found: Image and gif require Glide library.
```

Fix - Ensure you add the glide library dependencies mentioned in [this document](/developer-guide/android-sdk/troubleshooting-and-faqs/troubleshooting-in-app#In-Apps-aren't-rendering-on-the-screen-name-selected).

```text wrap theme={"theme":{"light":"github-light","dark":"github-dark"}}
InAppFileManager downloadAndSaveFiles() : java.io.FileNotFoundException: https://campaign-assets-01.moengage.com/inbound/inapp/html_inapp/campaigns/tbsa_02_uat_sit/1712731832516233_r0mai9/17127318325182123_2m2mil/#
```

Fix - HTML template is having some errors related to href links, Fix the template without any errors and you shouldn't see the above error in the logs.

# Lifecycle-process

```text wrap theme={"theme":{"light":"github-light","dark":"github-dark"}}
java.lang.NoSuchFieldError: No field Companion of type Landroidx/lifecycle/ProcessLifecycleOwner$Companion; in class Landroidx/lifecycle/ProcessLifecycleOwner; or its superclasses (declaration of 'androidx.lifecycle.ProcessLifecycleOwner' appears in /data/app/~~iQ1qllgGR8saPZQwzjFrZg==)
```

Fix - Ensure that Android core and lifecycle process libraries are compatible. You can find the right lifecycle process library version in the change log for your sdk. - For example - [React SDK changelog](/developer-guide/release-notes/react-native-sdk/changelog)
