mListView = findViewById<View>(R.id.list_view) as ListView
上記の1行にて以下のようなエラーが出ています。
09-08 16:01:06.728: E/AndroidRuntime(6256): FATAL EXCEPTION: main
09-08 16:01:06.728: E/AndroidRuntime(6256): Process: com.myapp, PID: 6333
09-08 16:01:06.728: E/AndroidRuntime(6256): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.myapp/com.myapp.MyActivity}: kotlin.TypeCastException: null cannot be cast to non-null type android.widget.ListView
どうやって解決すればいいですか?
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/09/08 08:45
2020/09/08 08:53
退会済みユーザー
2020/09/08 08:55
2020/09/08 08:58
退会済みユーザー
2020/09/08 09:10