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(); Utils.isThereUpdatedVersion(this); } } The isThereUpdatedVersion function asks a php page is. There is a new version of my app available and there is a button one goes to another activity with a button to download an install the new version. I added the android:name attribute to my Manifest <application android:allowBackup="true" android