我使用Studio(64)和
Java 7在
Android Lollipop(API 21)中创建了一个新项目.当我尝试在主要布局(相对布局)上添加背景时,我收到错误
我的res文件夹结构是
注意:我已在所有drawable *文件夹中放置了720×1280 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