eclipse - error: Error parsing XML: not well-formed (invalid token) android -


  & lt;? xml संस्करण = "1.0" एन्कोडिंग = "यूटीएफ -8"? & gt; & lt; LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android" एंड्रॉइड: ओरिएंटेशन = "ऊर्ध्वाधर" एंड्रॉइड: layout_width = "fill_parent" एंड्रॉइड: layout_height = "fill_parent" & gt; & lt; TextView एंड्रॉइड: layout_width = "fill_parent" एंड्रॉइड: layout_height = "wrap_content" android: text = "@ स्ट्रिंग / हैलो" / & gt; & lt; LinearLayout एंड्रॉइड: layout_width = "match_parent" android: layout_height = "wrap_content" एंड्रॉइड: id = "@ + id / linearLayout1" & gt; एंड्रॉइड: एंड्रॉइड: layout_height = "wrap_content" एंड्रॉइड: layout_width = "100dip" एंड्रॉइड: inputType = "text" & gt; & lt; / edittext & gt; & lt; संपादन टेक्स्ट & एंड्रॉइड: आईडी = "@ + आईडी / इननाम" एंड्रॉइड: एंड्रॉइड: layout_width = "100dip" एंड्रॉइड: inputType = "text" & gt; & lt; / edittext & gt; & lt; edittext एंड्रॉयड: आईडी = "@ + आईडी / इनहोबी" एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: एंड्रॉइड: layout_height = "wrap_content" एंड्रॉइड: टेक्स्ट = "@ स्ट्रिंग / बीटीएनएडडेक्स्ट" & gt; & lt; / बटन & gt; लेफ्ट_विड्थ = & Lt; / LinearLayout & gt; & lt; TableLayout एंड्रॉइड: layout_height = "wrap_content" एंड्रॉइड: layout_width = "match_parent" एंड्रॉइड: id = "@ + id / tabel_data" & gt; & lt; TableRow एंड्रॉइड: id = "@ + id / tableRow1" एंड्रॉइड: layout_width = "wrap_content" एंड्रॉइड: layout_height = "wrap_content" & gt; & Lt; TextView android: layout_height = "wrap_content" android: layout_width = "50dip" एंड्रॉइड: text = "@ string / nomorLabel" एंड्रॉइड: id = "@ + id / no_id" & gt; & lt; / TextView & gt; & Lt; TextView android: layout_height = "wrap_content" एंड्रॉइड: layout_width = "100dip" एंड्रॉइड: text = "@ string / namaLabel" एंड्रॉइड: id = "@ + id / nama_id" & gt; & lt; / TextView & gt; & Lt; TextView android: layout_width = "100dip" एंड्रॉइड: layout_height = "wrap_content" android: text = "@ string / hobiLabel" एंड्रॉइड: id = "@ + id / hobi_id" & gt; & lt; / TextViewk & gt; & Lt; / TableRow & gt; & Lt; / TableLayout & gt; & Lt; / LinearLayout & gt;    

आपकी अंतिम पंक्ति में TextView टैग में एक अतिरिक्त कश्मीर है। ...

  एंड्रॉइड: id = "@ + id / hobi_id" & gt; & lt; / TextView & gt;   

के बजाय ...

  एंड्रॉइड: id = "@ + id / hobi_id" & gt; & lt; / TextViewk & gt;    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -