質問編集履歴
2
logの表示
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,5 +5,48 @@
|
|
5
5
|
|
6
6
|
どこをどう調査して修正したらいいのかわからず困っています。
|
7
7
|
|
8
|
+
「Android Monitor」でのログを表示致します。
|
8
9
|
|
10
|
+
```log
|
11
|
+
09-26 10:40:13.990 12811-12811/org.test.myapplication.App2 E/AndroidRuntime: FATAL EXCEPTION: main
|
12
|
+
|
13
|
+
Process: org.test.myapplication.App2, PID: 12811
|
14
|
+
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{org.test.myapplication.App2/org.test.myapplication.App2.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "org.test.myapplication.App2.MainActivity" on path: DexPathList[[zip file "/data/app/org.test.myapplication.App2-2/base.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_dependencies_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_0_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_1_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_2_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_3_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_4_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_5_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_6_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_7_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_8_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
|
15
|
+
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2310)
|
16
|
+
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2464)
|
17
|
+
at android.app.ActivityThread.access$1000(ActivityThread.java:161)
|
18
|
+
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1371)
|
19
|
+
at android.os.Handler.dispatchMessage(Handler.java:102)
|
20
|
+
at android.os.Looper.loop(Looper.java:135)
|
21
|
+
at android.app.ActivityThread.main(ActivityThread.java:5438)
|
22
|
+
at java.lang.reflect.Method.invoke(Native Method)
|
23
|
+
at java.lang.reflect.Method.invoke(Method.java:372)
|
24
|
+
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:917)
|
25
|
+
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:712)
|
26
|
+
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.test.myapplication.App2.MainActivity" on path: DexPathList[[zip file "/data/app/org.test.myapplication.App2-2/base.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_dependencies_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_0_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_1_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_2_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_3_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_4_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_5_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_6_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_7_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_8_apk.apk", zip file "/data/app/org.test.myapplication.App2-2/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
|
27
|
+
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
|
28
|
+
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
|
29
|
+
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
|
30
|
+
at android.app.Instrumentation.newActivity(Instrumentation.java:1065)
|
31
|
+
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2300)
|
32
|
+
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2464)?
|
33
|
+
at android.app.ActivityThread.access$1000(ActivityThread.java:161)?
|
34
|
+
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1371)?
|
35
|
+
at android.os.Handler.dispatchMessage(Handler.java:102)?
|
36
|
+
at android.os.Looper.loop(Looper.java:135)?
|
37
|
+
at android.app.ActivityThread.main(ActivityThread.java:5438)?
|
38
|
+
at java.lang.reflect.Method.invoke(Native Method)?
|
39
|
+
at java.lang.reflect.Method.invoke(Method.java:372)?
|
40
|
+
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:917)?
|
41
|
+
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:712)?
|
42
|
+
Suppressed: java.lang.ClassNotFoundException: org.test.myapplication.App2.MainActivity
|
43
|
+
at java.lang.Class.classForName(Native Method)
|
44
|
+
at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
|
45
|
+
at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
|
46
|
+
at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
|
47
|
+
... 13 more
|
48
|
+
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
|
49
|
+
```
|
50
|
+
|
51
|
+
|
9
52
|
宜しくお願いします。
|
1
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,5 @@
|
|
5
5
|
|
6
6
|
どこをどう調査して修正したらいいのかわからず困っています。
|
7
7
|
|
8
|
-
どなたかご教授いただければ幸いです。
|
9
8
|
|
10
9
|
宜しくお願いします。
|