classnotfoundexception basedexclassloader Showing my Google console App Crash report but i'm unable to find but App running perfect from android Studio but when i try to download from play store first time app crash then start working fine Crash Report
Asked
Active
Viewed 64 times
0
-
I think you must enable multidex, check this link to enable multidex in your application; https://stackoverflow.com/questions/26609734/how-to-enable-multidexing-with-the-new-android-multidex-support-library – Mahmoud Waked Jul 03 '19 at 23:01
-
i have one Question as you mention very helpful link written public class Application extends MultiDexApplication { } we have to inherit all the class with MultiDexApplication or just Main Activity class – Zeeshan Waheed Jul 03 '19 at 23:12
-
No, not in all Activity, it just in YouApplication class – Mahmoud Waked Jul 03 '19 at 23:17