Androidアクティビティに画像を追加しようとしていますが、次のエラーが発生します。
res\drawable-hdpi\restLogo.png: Invalid file name: must contain only [a-z0-9_.]
ご覧のとおり、少なくとも私にとっては、エラーは意味がありません。ファイル名にはaz0-9_のみが含まれます。ああ、なぜこのエラーが発生するのですか?
レイアウトファイルの内容は次のとおりです。
<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" />
助けてくれてありがとう。