> For the complete documentation index, see [llms.txt](https://trillbit.gitbook.io/trillbit-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/troubleshooting.md).

# Troubleshooting

**Dex Error :** Enable Multidexing&#x20;

If adding third-party sdk libraries to your project causes dex error. Enable multidex support for your app. Refer following link to enable multidex support in the app. <https://developer.android.com/studio/build/multidex>
