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

Error loading AVD for the first time in Android Studio

I have trouble running AVD as described in the video "Running the Fun Facts project". I run on Mac OS 10.9.2

I get an error message when trying to do it. The emulator starts, but it does not want to show the app.

The error message looks like this: pkg: /data/local/tmp/SanderKrogsether.funfacts Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

The problem might be really obvious, but I am very new to app development, and I can not get it to work..

Anyone know what to do?

1 Answer

Wohoo Figured it out.

I had some CAPITAL letters in my package name, and Android Studio did not like that.

Changed all letters to lower case, and it seems to work fine now. That was easy.