myApp has stopped, Android studio show me that

19 views
Skip to first unread message

Med bachaoui via StackOverflow

unread,
Oct 14, 2016, 10:55:05 PM10/14/16
to google-appengin...@googlegroups.com

enter image description here Hi everyone, I run the app on emulator and it has stopped, so i look for answers but I can't resolve it. I use ANDROID STUDIO, in logcat it show me that:

10-15 02:31:58.817 12671-12671/? I/art: Not late-enabling -Xcheck:jni (already on)

10-15 02:31:58.828 12671-12671/? W/art: Unexpected CPU variant for X86 using defaults: x86 10-15 02:31:58.857 12671-12671/? W/System: ClassLoader referenced unknown path: /data/app/com.bachaouimed.flags-2/lib/x86 10-15 02:31:58.870 12671-12671/? D/AndroidRuntime: Shutting down VM 10-15 02:31:58.871 12671-12671/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.bachaouimed.flags, PID: 12671 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.bachaouimed.flags/com.bachaouimed.flags.Menu}: java.lang.ClassNotFoundException: Didn't find class "com.bachaouimed.flags.Menu" on path: DexPathList[[zip file "/data/app/com.bachaouimed.flags-2/base.apk"],nativeLibraryDirectories=[/data/app/com.bachaouimed.flags-2/lib/x86, /system/lib, /vendor/lib]] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2548) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2707) at android.app.ActivityThread.-wrap12(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1460) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.bachaouimed.flags.Menu" on path: DexPathList[[zip file "/data/app/com.bachaouimed.flags-2/base.apk"],nativeLibraryDirectories=[/data/app/com.bachaouimed.flags-2/lib/x86, /system/lib, /vendor/lib]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) at java.lang.ClassLoader.loadClass(ClassLoader.java:380) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at android.app.Instrumentation.newActivity(Instrumentation.java:1078) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2538) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2707)  at android.app.ActivityThread.-wrap12(ActivityThread.java)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1460)  at android.os.Handler.dispatchMessage(Handler.java:102)  at android.os.Looper.loop(Looper.java:154)  at android.app.ActivityThread.main(ActivityThread.java:6077)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755) 

help please.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/40054411/myapp-has-stopped-android-studio-show-me-that

kip via StackOverflow

unread,
Oct 15, 2016, 12:25:05 AM10/15/16
to google-appengin...@googlegroups.com

Check on your manifest that you have added the activities



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/40054411/myapp-has-stopped-android-studio-show-me-that/40054910#40054910

Med bachaoui via StackOverflow

unread,
Oct 15, 2016, 7:05:06 AM10/15/16
to google-appengin...@googlegroups.com

I run the app on emulator and it has stopped, so i look for answers but I can't resolve it. I use ANDROID STUDIO, in logcat it shows me below error:

enter image description here

Reply all
Reply to author
Forward
0 new messages