You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did redex compression on the APK, signed and did zipAlign and installed on the device. The app crashes on launch. The logcat says Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
I have multiDexEnabled true. Thank you!
The text was updated successfully, but these errors were encountered:
I did redex compression on the APK, signed and did zipAlign and installed on the device. The app crashes on launch. The logcat says
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
I have
multiDexEnabled true
. Thank you!The text was updated successfully, but these errors were encountered: