進出口創造它使用在res文件夾中的文件menu.xml文件的Android應用程序。但是我得到了上述錯誤。這是什麼意思?我該如何解決它?屬性丟失了Android命名空間前綴
menu.xml文件:
<?xml version="1.0" encoding= "utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item id="@+id/my_location"
android:icon="@drawable/my_location"
android:title:="Current location" />
<item id="@+id/mapview_satellite"
android:icon="@drawable/satelliteview"
android:title="Satellite View" />
<item id="@+id/mapview_normal"
android:icon="@drawable/normalview"
android:title="Normal view" />
</menu>
,如果你得到正確的答案,請給予好評 –