I run the TabHost example from Erel's TabHost tutorial with no problem as long as I ignore the Logs' messages to 1. Add android:targetSDKVersion="14" and 2. Add SetApplicationAttribute(android:theme, "@android:style/Theme.Holo") ... to the manifest editor.
When I add these lines to the manifest file and make the log messages (above) go away I find I can't run the code and instead get a message "Generating R file. Error AndroidManifest.xml:11: error: Error parsing XML: not well-formed (invalid token)."
Should I just ignore the messages to change the manifest file and leave it alone or what should I do?
When I add these lines to the manifest file and make the log messages (above) go away I find I can't run the code and instead get a message "Generating R file. Error AndroidManifest.xml:11: error: Error parsing XML: not well-formed (invalid token)."
Should I just ignore the messages to change the manifest file and leave it alone or what should I do?