我只是想在我的android活动中添加一个图像,但是我收到以下错误:
res\drawable-hdpi\restLogo.png: Invalid file name: must contain only [a-z0-9_.]
正如你所看到的,错误毫无意义,至少对我而言。文件名仅包含a-z 0-9_。 Agh为什么我会收到此错误?
以下是布局文件中的内容:
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/imageView1"
android:contentDescription="@string/Logo"
style=""
android:src="@drawable/restLogo" />
我感谢你的帮助。
答案 0 :(得分:2)
将其更改为restlogo.png
或rest_logo.png
。当他们说a-z
时,他们的字面意思只是小写a-z
。
答案 1 :(得分:1)
res\drawable-hdpi\restLogo.png:
图片名称应为小写,因此请将其更改为restlogo.png或其他小写