09-11 17:33:58.128: E/AndroidRuntime(6498): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.myapp/com.myapp.DisplayActivity}: java.lang.IllegalStateException: findViewById(R.id.listView) must not be null
上記のエラーが出て先に進みません。
xml, kt, log の記述は以下の通り
--------------content_scrolling.xml--------------
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ListView android:id="@+id/liseview" android:layout_width="match_parent" android:layout_height="1dp" android:layout_weight="1" /> </LinearLayout>
-------------activity_display.xml---------------
<include layout="@layout/content_scrolling" />
-------------ids.xml---------------
どうすればいいですか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。