VivekPanyam / Evolve

Evolve is a library for Android Developers that lets them deploy new versions of an app without going through Google Play or asking users to download an update.
GNU Affero General Public License v3.0
100 stars 12 forks source link

java.lang.ClassNotFoundException #13

Open locht710 opened 8 years ago

locht710 commented 8 years ago

I did the tutorial to perform silent update app. But I get an error: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.vivekpanyam.TestApp/com.example.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "com.example.MainActivity" on path: DexPathList[[zip file "/data/app/com.vivekpanyam.TestApp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]

I cannot find "base.apk" anywhere in source code. How can I fix this? You can provide me a more detail instruction to use this library? Thank you so much.