Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Guerrero
Front End Web Development Techdegree Graduate 18,245 PointsI have bug that says "AndroidManifest.xml doesn't exist or has incorrect root tag" What does this mean?
I downloaded the file from treehouse and got this error.
Jonathan Guerrero
Front End Web Development Techdegree Graduate 18,245 PointsI'm using Android Studio
1 Answer
Paul Wroe
13,762 PointsHi,
The message appears to indicate that Android Studio does not recognize or cannot find your Manifest file. You can try syncing the project with the Gradle files and invalidating caches and restarting.
Stackoverflow has a relavant entry here: http://stackoverflow.com/questions/17424135/android-studio-android-manifest-doesnt-exists-or-has-incorrect-root-tag
Thanks,
Paul Wroe
13,762 PointsPaul Wroe
13,762 PointsAre you using Android Studio or Eclipse?