タイトルにあるように、この xml ファイルに問題があります。私はすでに多くの検索を行っており、このタイプのクリーンまたは変更検証を使用して上記のどれも無視するなどの回答しか見つからなかったため、問題を解決する方法がわかりません。ゲンフォルダ。
これは私の試験プロジェクトであり、このエラーを解決せずに先に進むことはできないため、誰かがすぐに問題を確認できることを願っています:)
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Dekrypter" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world" />
</RelativeLayout>