私はそのエラーについて以前の件名を調べてきましたが、最初に android:xmlns 属性をリストする必要があると言われました。それは私が行ったことですが、まだそのエラーに直面しています。(作業中のレイアウトから別のレイアウトをコピーしても問題ありません)。とにかく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" >
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="*CENSORED*"/>
</RelativeLayout>
ここで何が問題になる可能性がありますか?