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 trial

Android Build a Simple Android App (2014) Testing and Debugging Toast Notifications

I 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.

Paul Wroe
Paul Wroe
13,762 Points

Are you using Android Studio or Eclipse?

I'm using Android Studio

1 Answer

Paul Wroe
Paul Wroe
13,762 Points

Hi, 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,