私はImageView
の 『』 [Accessibility] Missing contentDescription attribute on image
」の前にこの警告を持っていたし、私はそれにこのコードを追加:ませリソース識別子ません「アンドロイド
android:contentDescription="@string/desc"
、今私が直面していますエラー
No resource identifier found for attribute 'contentDescription' in package 'android
は、これは私のコードです:
<ImageView
android:id="@+id/handle"
android:layout_width="48dip"
android:layout_height="48dip"
android:contentDescription="@string/desc"
android:src="@drawable/icon"
/>
エラーの回答ではありませんが、警告を無視しても問題ありません。 – Nanne
最初の場所で警告とエラーは2つしかないので、私はとても混乱しましたが、実行できませんでした。アプリケーション、私は理由を知らない! – user1143529