質問編集履歴

1

エラーメッセージを追記しました。

2019/12/18 10:45

投稿

afterhiroshima
afterhiroshima

スコア6

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,42 @@
15
15
  ```
16
16
 
17
17
  「問題が発生したため○○アプリを終了します」
18
+
19
+ Logcatで表示されたエラーメッセージは以下になります。
20
+
21
+ 12-18 18:14:10.474 8847-8847/com.cosmoserv.listviewsample E/AndroidRuntime: FATAL EXCEPTION: main
22
+
23
+ Process: com.cosmoserv.listviewsample, PID: 8847
24
+
25
+ java.lang.IllegalStateException: findViewById(R.id.custom_toast_container) must not be null
26
+
27
+ at com.cosmoserv.listviewsample.MainActivity$ListItemClickListener.onItemClick(MainActivity.kt:30)
28
+
29
+ at android.widget.AdapterView.performItemClick(AdapterView.java:310)
30
+
31
+ at android.widget.AbsListView.performItemClick(AbsListView.java:1188)
32
+
33
+ at android.widget.AbsListView$PerformClick.run(AbsListView.java:3231)
34
+
35
+ at android.widget.AbsListView$3.run(AbsListView.java:4165)
36
+
37
+ at android.os.Handler.handleCallback(Handler.java:815)
38
+
39
+ at android.os.Handler.dispatchMessage(Handler.java:104)
40
+
41
+ at android.os.Looper.loop(Looper.java:194)
42
+
43
+ at android.app.ActivityThread.main(ActivityThread.java:5637)
44
+
45
+ at java.lang.reflect.Method.invoke(Native Method)
46
+
47
+ at java.lang.reflect.Method.invoke(Method.java:372)
48
+
49
+ at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:959)
50
+
51
+ at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:754)
52
+
53
+
18
54
 
19
55
  ```
20
56