Created
November 5, 2018 10:02
-
-
Save janherich/5cdf8fa1d0deec66c1adb5dff0e52b5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11-02 08:17:04.363 E/AndroidRuntime( 1832): java.lang.RuntimeException: Unable to instantiate application im.status.ethereum.MainApplication: java.lang.ClassNotFoundException: Didn't find class "im.status.ethereum.MainApplication" on path: DexPathList[[zip file "/data/app/im.status.ethereum.debug-1/base.apk"],nativeLibraryDirectories=[/data/app/im.status.ethereum.debug-1/lib/x86, /data/app/im.status.ethereum.debug-1/base.apk!/lib/x86, /system/lib, /vendor/lib]] | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.LoadedApk.makeApplication(LoadedApk.java:802) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5377) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.ActivityThread.-wrap2(ActivityThread.java) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.os.Handler.dispatchMessage(Handler.java:102) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.os.Looper.loop(Looper.java:154) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.ActivityThread.main(ActivityThread.java:6119) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at java.lang.reflect.Method.invoke(Native Method) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): Caused by: java.lang.ClassNotFoundException: Didn't find class "im.status.ethereum.MainApplication" on path: DexPathList[[zip file "/data/app/im.status.ethereum.debug-1/base.apk"],nativeLibraryDirectories=[/data/app/im.status.ethereum.debug-1/lib/x86, /data/app/im.status.ethereum.debug-1/base.apk!/lib/x86, /system/lib, /vendor/lib]] | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at java.lang.ClassLoader.loadClass(ClassLoader.java:380) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at java.lang.ClassLoader.loadClass(ClassLoader.java:312) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.Instrumentation.newApplication(Instrumentation.java:992) | |
11-02 08:17:04.363 E/AndroidRuntime( 1832): at android.app.LoadedApk.makeApplication(LoadedApk.java:796) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment