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) Getting Started with Android Running the Fun Facts Project

pkg: /data/local/tmp/WordItWrite.funfacts Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] Any Suggestions to fix

Waiting for device. C:\Users\dbowye000\Downloads\android-studio-bundle-windows\android-studio\sdk\tools\emulator.exe -avd Android442 -netspeed full -netdelay none

Device connected: emulator-5554 Device Android442 [emulator-5554] is online, waiting for processes to start up.. Device Android442 [emulator-5554] is online, waiting for processes to start up.. 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: C:\Users\dbowye000\AndroidStudioProjects\FunFacts\app\build\outputs\apk\app-debug.apk remote path: /data/local/tmp/WordItWrite.funfacts Installing WordItWrite.funfacts DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/WordItWrite.funfacts" pkg: /data/local/tmp/WordItWrite.funfacts Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

I see other failure messages, how do I troubleshoot? Is there a guide, course etc .. Thanks

3 Answers

Tushar Thakur
Tushar Thakur
977 Points

none of the characters in your package name are allowed in caps, that worked for me.

I'm getting the same error. I read elsewhere that it has to do with the package name beginning with a capital letter.

for example: "WordItWrite.funfacts", where the first 'w' of 'word' is capitalised.

I tried renaming it with lower case letter, but I still simply get the emulator opening up on the main screen of a Nexus; no app.

Anybody else have some solutions? I haven't even started coding anything yet and I'm getting run errors from the software. : /

If you create a new project, again call it FunFacts however when it says company name keep it all lower case and then it should work as planned.