Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

M Ashraful Alam
12,328 PointsI 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.
1 Answer

Kevin Haube
12,265 PointsAndroid 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. :)
M Ashraful Alam
12,328 PointsM Ashraful Alam
12,328 PointsThnx. I appreciate it a lot.