我在YouTube上關注了一個教程,並且我試圖放置一個背景圖片,並且在eclipse中一直存在錯誤。我把圖像放在drawable-hdpi文件夾中。然後在XML中,我有:初學Android開發問題
LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background_test.png"
但它一直說它找不到圖像。我不知道我做錯了什麼。請幫忙。謝謝。
檢查是否創建R.java文件? – David