I was following a tutorial on youtube, and I was trying to put a background image and I keep having an error in eclipse. I placed the image in the drawable-hdpi folder. Then in the xml, I have:
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"
But, it keeps saying that it can’t find the image. I don’t know what I’m doing wrong. Please help. Thank you.
Just remove `.png’