錯誤:找不到與給定名稱匹配的資源(位於'src',值爲'@ drawable-hdpi/ic_launcher')。爲什麼我會得到這個錯誤? 向我顯示android:src錯誤
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable-hdpi/ic_launcher" />
</RelativeLayout>
remove -hdpi ... – Nitesh 2014-12-05 09:34:03