Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing class #38

Open
aminebizid opened this issue Sep 13, 2018 · 4 comments
Open

Missing class #38

aminebizid opened this issue Sep 13, 2018 · 4 comments

Comments

@aminebizid
Copy link

Hello,
I get this error on app startup

System.err: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.gem.live/org.nativescript.fingerprintplugin.AppCompatActivity}: java.lang.ClassNotFoundException: Didn't find class "org.nativescript.fingerprintplugin.AppCompatActivity" on path: DexPathList[[zip file "/data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/lib/arm, /data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /product/lib]]
System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3064)
System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3278)
System.err: at android.app.ActivityThread.-wrap12(Unknown Source:0)
System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1894)
System.err: at android.os.Handler.dispatchMessage(Handler.java:109)
System.err: at android.os.Looper.loop(Looper.java:166)
System.err: at android.app.ActivityThread.main(ActivityThread.java:7377)
System.err: at java.lang.reflect.Method.invoke(Native Method)
System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "org.nativescript.fingerprintplugin.AppCompatActivity" on path: DexPathList[[zip file "/data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/lib/arm, /data/app/com.gem.live-sdOgOMnXlHlx3bvBx5fbwQ==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib, /product/lib]]
System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
System.err: at android.app.Instrumentation.newActivity(Instrumentation.java:1179)
System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3054)
System.err: ... 9 more

@n4lexeev
Copy link

same with webpack, how did u solved?

@n4lexeev
Copy link

up

@jdnichollsc
Copy link

Very odd this issue

@EddyVerbruggen
Copy link
Owner

Can anyone share how to reproduce this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants