无法解析资源@ drawable/backround.png

use*_*323 2 android

我最近正在尝试学习Android开发,我遇到了两个问题.他们是

Failed to convert @drawable/backround.png into a drawable
Couldn't resolve resource @drawable/backround.png
Run Code Online (Sandbox Code Playgroud)

继承人我的XML文件

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:background="@drawable/backround.png"
    android:layout_height="fill_parent"
    android:orientation="vertical" >  
</LinearLayout>
Run Code Online (Sandbox Code Playgroud)

Sae*_*eid 7

Restart Eclipse (不幸的是)问题将会消失.

(Android Studio: File --> Invalidate caches/Restart... )

这个问题:Android:无法将@ drawable/picture转换为drawable


Tam*_*thu 5

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:layout_width="fill_parent"
 android:background="@drawable/backround"
 android:layout_height="fill_parent"
 android:orientation="vertical" >  </LinearLayout>
Run Code Online (Sandbox Code Playgroud)

这里不需要扩展.只提一下没有扩展名的名字