Skip to content Skip to sidebar Skip to footer

Android Application ClassNotFoundException After Download And Install Update

I have an android app with a custom Application class. public class MyApplication extends Application { @Override public void onCreate() { super.onCreate();

Solution 1:

Well, actually it was because of Android Studio's Instant Run. I just disable it and it worked like a charm.

Despite all thank's for your help.


Solution 2:


Post a Comment for "Android Application ClassNotFoundException After Download And Install Update"