有一次升級開發(fā)工具后發(fā)現(xiàn)xml腳本出現(xiàn)錯誤“Unexpected namespace prefix "xmlns" found for tag LinearLayout”,原來是一個namespace聲明只要在xml中出現(xiàn)一次就可以了,多次出現(xiàn)就報錯,以前好像沒這要求。
創(chuàng)新互聯(lián)公司主要從事網(wǎng)站設(shè)計、成都網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)景德鎮(zhèn),十年網(wǎng)站建設(shè)經(jīng)驗,價格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):18982081108
只保留第一個聲明,后面的直接刪除就OK了。
SO問題地址:
http://stackoverflow.com/questions/14916638/unexpected-namespace-prefix-xmlns-found-for-tag-linearlayout
————————————————————————————————————————————
今天在制作安卓UI嵌套式布局的時候,當(dāng)出入以下的的代碼的時候出現(xiàn)以下情況:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="${relativePackage}.${activityClass}" >
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="北京魔樂科技" />
<LinearLayout
【xmlns:android="http://schemas.android.com/apk/res/android"】
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_width="wrap_content" >
<ImageView
android:src="@drawable/ic_launcher"
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
<ImageView
android:src="@drawable/ic_launcher"
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
</LinearLayout>
<TableLayout
【xmlns:android="http://schemas.android.com/apk/res/android"】
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_width="wrap_content" >
</TableLayout>
</LinearLayout>
【】此括號內(nèi)標(biāo)記的東西出現(xiàn)紅色下劃線。
出現(xiàn)了以下
Unexpected namespace prefix "xmlns" found for tag LinearLayout
的錯誤,我的解決方法是
是一個namespace聲明只要在xml中出現(xiàn)一次就可以了,多次出現(xiàn)就報錯,以前好像沒這要求。
只保留第一個聲明,后面的直接刪除就OK了。
SO問題地址:
http://stackoverflow.com/questions/14916638/unexpected-namespace-prefix-xmlns-found-for-tag-linearlayout
網(wǎng)頁名稱:錯誤“Unexpectednamespaceprefix"xmlns"foundfortagLinearLayout”的解決方法
文章位置:http://chinadenli.net/article44/geodee.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁設(shè)計公司、服務(wù)器托管、小程序開發(fā)、自適應(yīng)網(wǎng)站、Google、企業(yè)網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)