對不起,我編碼一個簡單的android計算器,然後它顯示XML錯誤,我已經改變了一些代碼,但它不工作。爲什麼會這樣?在我的簡單的Android計算器中有一個錯誤
這是主要的代碼
<LinearLayout xmlsn:android ="http://schemas.android.com/apk/res/android"
xmlns:tools ="http://schemas.android.com/tools"
android:orientation="vertical"
android:layou_width="fill_parent"
android:layou_height="fill_parent"
android:paddingTop="5dip">
<TextView
android:id="@+id/tv"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:layout_marginLeft="5dip"
andorid:layout_marginRight="5dip"
android:background="#FFFFFF"
android:gravity="center_verticallright"
android:textColor="#ff0000"
android:textSize="30dip">
</TextView>
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="5dip">
然後我得到一個錯誤的警告:
它說
在該行發現多個註釋:
錯誤:錯誤解析XML:通過任一屬性規格, 「>」 或 「/>」 沒有很好地形成(標記無效)
單元類型 「的LinearLayout」 必須遵循的。
感謝
paste th e xml here – jeet
你應該粘貼'xml',圖片不清晰 – Sieryuu
@ jeet對不起,我的電腦中的圖片非常大 – Winnie