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 Setting Up an Android Development Environment for Mac

I am facing some problem while running my android program.It was working fine, recently I upgraded to android 3.1 ( wind

I am facing some problem while running my android program.It was working fine, recently I upgraded to android 3.1 ( window->android sdk and avd ->available packages , and installed). Now when i try to run, it is giving following error. 'Launching New_Configuration' has encountered a problem. An Internel error occured during 'Launching New_Configuration' Details >> An internal error occurred during: "Launching New_configuration". com/android/ddmlib/InstallException Kindly help me to solve this. Thanks.

Thnx. I appreciate it a lot.

1 Answer

Android 3.1 is a tablet exclusive version of Android, dubbed Honeycomb. It may encounter problems of you're trying to make it run on a phone emulator.

Try using any of the 4.X versions. They're better for developmemt anyway. :)