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

Cody Stouffer
Cody Stouffer
72 Points

Error when testing Emulator

I am recieving an error when trying to test my emulator. It is showing "Failure Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]" when I attempt to test my Emulator. How can I fix this?

1 Answer

Google is your friend in situations like this :)

Searching for the error you got, I found quite a few people saying that it has to do with a package name. Do you have a package name that contains capital letters? If you do, try changing them to lower case and see if that solves the issue.

Source:
http://stackoverflow.com/questions/12396351/how-to-fix-install-parse-failed-manifest-malformed-in-my-android-application
http://stackoverflow.com/questions/23513358/am-now-receiving-failure-install-parse-failed-manifest-malformed-error

Cody Stouffer
Cody Stouffer
72 Points

Thank you! and also thank you for the tip with Google I'm not sure why that wasn't my first thought because normally it would be!