私が得ているエラー:
"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>