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!
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

Edward Hewitt
Courses Plus Student 700 PointsFailure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] - Can't run app in the emulator!
This shows when I launch my emulator. The emulator doesn't run the app, it goes to the home screen.
Here is the full error:
pkg: /data/local/tmp/PocketFun.funfacts Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
1 Answer

Leonardo Vidal
14,603 PointsHi ! take a look on this post Someone had the same problem that you have, try the solutions posted there
Edward Hewitt
Courses Plus Student 700 PointsEdward Hewitt
Courses Plus Student 700 PointsThanks, I saw that post but the Geny emulator confused me as I wanted to use the in-built one that comes with Android Studio. I managed to fix it by following that post and changing my package name to lower case. Had no idea it had to be lower case! Thanks for the help