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

Development Tools

Nick Roberts
Nick Roberts
5,465 Points

Problems loading the Fun Facts app on the Android 442 Emulator

Stage 1 of the Android app development track. I can't figure out why my basic Fun Facts app template in Android is not loading on the emulator. The emulator itself works fine, but I cannot get it to show the basic app with the words "Hello World" on it.

In the messages area, I'm getting the following and I'm not sure what the failure is referring to...

Device Android442 [emulator-5554] is online, waiting for processes to start up.. Device is ready: Android442 [emulator-5554] Target device: Android442 [emulator-5554] Uploading file local path: /Users/nickrroberts/AndroidStudioProjects/FunFacts/app/build/outputs/apk/app-debug.apk remote path: /data/local/tmp/NickRoberts.funfacts Installing NickRoberts.funfacts DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/NickRoberts.funfacts" pkg: /data/local/tmp/NickRoberts.funfacts Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

Nick Roberts
Nick Roberts
5,465 Points

Nevermind, answered my own question: I had upper case letters in my package name.

1 Answer

Good job for sorting things out yourself. :-)