I'm currently learning how to develop Android applications using Eclipse, following a tutorial I found online. I have a problem. There is an error in AndroidManifest.xml and I haven't even touched this file yet.
"The markup in the document following the root element must be well-formed."
I'm not sure what this means, but it's this bit right here that is causing this.
Can someone help me?
"The markup in the document following the root element must be well-formed."
I'm not sure what this means, but it's this bit right here that is causing this.
Code:
</manifest><manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tutorial.towerofhanoi"
android:versionCode="1"
android:versionName="1.0" >
Can someone help me?