2013-01-14 39 views
1

我得到的錯誤:根元素之後的文檔中的標記必須是格式良好的。 styles.xml

"The markup in the document following the root element must be well-formed." 

使用Eclipse,我styles.xml文件:

<?xml version="1.0" encoding="utf-8"?> 
<resources xmlns:android="schemas.android.com/apk/res/android"/> 
    <style name="ToDoTheme"parent="@android:style/Theme.Black"> 
     <item name="android:textSize">12sp</item> 
    </style> 
</resources> 
+0

這意味着您的XML有語法錯誤。 – SLaks

+0

我可以修復它嗎? – moralkill

+0

發佈您的styles.xml內容 – aromero

回答

0

<resources.../>;項目在那裏做什麼的;。我會先擺脫它。

+0

stackoverflow打印; – moralkill

0

哦!它看起來像你太快關閉<resources .... />。您需要刪除第一個resources上的/以允許關閉</resources>進行平衡。

+0

no,again ...((<?xml version =「1.0」encoding =「utf-8」?> moralkill

+0

好...這當然不應該有 –

+0

好''name =「ToDoTheme」parent ...'to'