我使用Studio(64)和Java 7在 Android Lollipop (API 21)中创建了一个新项目。当我尝试在主要布局(相对布局)上添加背景时,我收到错误< / p>
我的res文件夹结构是
注意:我已在所有可绘制*文件夹中放置了720x1280 img。
我的XML是
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
android:padding="0dp"
android:background="@drawable/homebackground">
</RelativeLayout>
我尝试使用PNG / JPG ..但我仍然得到同样的错误。 有人可以告诉我哪里出错吗?
我提到了这些,但它们与我的问题无关或者没有解决我的问题
Couldn't resolve resource @drawable/backround.png
答案 0 :(得分:9)
如果您使用的是Android Studio,请点击文件&gt;无效的缓存/重启应该可以解决问题。
答案 1 :(得分:0)
在清单文件中.....在 @ drawable / homeground 的字段中用 @android:drawable / homeground
替换它