我得到的錯誤:根元素之後的文檔中的標記必須是格式良好的。 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>
這意味着您的XML有語法錯誤。 – SLaks
我可以修復它嗎? – moralkill
發佈您的styles.xml內容 – aromero