Troubleshooting
Dex Error : Enable Multidexing
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
Last updated