試圖在XML文件中,新的問題,一些變化解僱了:意外的命名空間前綴 「的xmlns」
她的代碼:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<fragment
xmlns:map="http://schemas.android.com/apk/res/android"
map:id="@+id/map"
map:name="com.google.android.gms.maps.MapFragment"
map:layout_width="wrap_content"
map:layout_height="250dp" />
</LinearLayout>
遇到錯誤在
xmlns:map="http://schemas.android.com/apk/res/android"
意外的命名空間前綴 「的xmlns」 爲標籤斷
但是,如果這兩個命名空間是一樣的,你爲什麼要再次聲明? '的xmlns:android'和'的xmlns:Android的,兩者都是指同一個命名空間'HTTP:// schemas.android.com/APK/RES/android' – 2013-05-12 20:24:27