我放了一个图片控件,用系统自带的图片好使。
如上图。
我想引用一个自己电脑上的图片,怎么操作啊?
我电脑上有一个1.jpg的图片,我试了一下,报错。
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/1"/>
error: Error: No resource found that matches the given name (at 'src' with value '@drawable/1').
是不是图片要放在哪个文件夹里呀?高手支招,谢谢!
此帖出自
Linux与安卓论坛
什么环境?
啥都没说啊,
XML
android:src="@drawable/1"/>
error: Error: No resource found that matches the given name (at 'src' with value '@drawable/1'
这里有错的,在drawable 文件夹下没有 1.png 这个文件,,把你要引用的图片,copy到drawable 文件夹下。。。
XML
一周热门 更多>