回答編集履歴
3
typo
test
CHANGED
@@ -222,8 +222,6 @@
|
|
222
222
|
|
223
223
|
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
|
224
224
|
|
225
|
-
2
|
226
|
-
|
227
225
|
```
|
228
226
|
|
229
227
|
|
2
typo
test
CHANGED
@@ -232,7 +232,7 @@
|
|
232
232
|
|
233
233
|
|
234
234
|
|
235
|
-
これによると、MainActivity.ktの68行目で、Long型からMap型への不可能なキャストが行われていることが読み取れます。当該行を確認すると、
|
235
|
+
これによると、MainActivity.ktの68行目で、Long型からMap型への不可能なキャストが行われていることが読み取れます。当該行を確認すると、
|
236
236
|
|
237
237
|
|
238
238
|
|
1
パッケージ名を質問に合わせておく
test
CHANGED
@@ -8,13 +8,13 @@
|
|
8
8
|
|
9
9
|
```text
|
10
10
|
|
11
|
-
2020-05-05 17:36:21.830 15697-15697/
|
11
|
+
2020-05-05 17:36:21.830 15697-15697/com.example.kenta.intentsample E/InputEventReceiver: Exception dispatching input event.
|
12
|
-
|
12
|
+
|
13
|
-
2020-05-05 17:36:21.830 15697-15697/
|
13
|
+
2020-05-05 17:36:21.830 15697-15697/com.example.kenta.intentsample E/MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
|
14
|
-
|
14
|
+
|
15
|
-
2020-05-05 17:36:21.831 15697-15697/
|
15
|
+
2020-05-05 17:36:21.831 15697-15697/com.example.kenta.intentsample E/MessageQueue-JNI: java.lang.ClassCastException: java.lang.Long cannot be cast to java.util.Map
|
16
|
-
|
16
|
+
|
17
|
-
at
|
17
|
+
at com.example.kenta.intentsample.MainActivity$ListItemClickListener.onItemClick(MainActivity.kt:68)
|
18
18
|
|
19
19
|
at android.widget.AdapterView.performItemClick(AdapterView.java:318)
|
20
20
|
|
@@ -114,15 +114,15 @@
|
|
114
114
|
|
115
115
|
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
|
116
116
|
|
117
|
-
2020-05-05 17:36:21.832 15697-15697/
|
117
|
+
2020-05-05 17:36:21.832 15697-15697/com.example.kenta.intentsample D/AndroidRuntime: Shutting down VM
|
118
|
-
|
118
|
+
|
119
|
-
2020-05-05 17:36:21.832 15697-15697/
|
119
|
+
2020-05-05 17:36:21.832 15697-15697/com.example.kenta.intentsample E/AndroidRuntime: FATAL EXCEPTION: main
|
120
|
-
|
120
|
+
|
121
|
-
Process:
|
121
|
+
Process: com.example.kenta.intentsample, PID: 15697
|
122
122
|
|
123
123
|
java.lang.ClassCastException: java.lang.Long cannot be cast to java.util.Map
|
124
124
|
|
125
|
-
at
|
125
|
+
at com.example.kenta.intentsample.MainActivity$ListItemClickListener.onItemClick(MainActivity.kt:68)
|
126
126
|
|
127
127
|
at android.widget.AdapterView.performItemClick(AdapterView.java:318)
|
128
128
|
|