On Mon, Jul 16, 2012 at 7:31 PM, 11clock <[email protected]> wrote:
> The error is in the file AndroidManifest.xml. The error is, "The markup in > the document following the root element must be well-formed." The code that > gives this error is below. > > </manifest><manifest xmlns:android=" > http://schemas.android.com/apk/res/android" > If that's exactly what your XML looks like, starting with an end tag (the "</manifest>") is probably a likely culprit. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

