如果我得到的錯誤「android.content.res.Resources $ NotFoundException:資源ID#0x7f050007型#0×12是無效的」我能找到一些這方面的資源是什麼,如果我知道它ID?的Android查找資源
ListView list = (ListView)findViewById(R.id.messages_list_view);
list.setAdapter(new ArrayAdapter<String>(context,
R.layout.messages_list, headers));
messages_list.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/messages_list_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ListView android:id="@+id/messages_list_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
請公佈源。 –
你是說你不使用R.id?你能告訴我爲什麼嗎? –
不知道你是否試圖實施,我們如何建議? –