1

我得到的错误:

"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>
4

2 回答 2

0

哦!看起来你关闭<resources .... />得太早了。您需要删除/第一个resources以使收盘</resources>平衡。

于 2013-01-14T19:15:22.847 回答
0

那里的物品;<resources.../>;做什么。我会先摆脱它。

于 2013-01-14T19:04:20.413 回答