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 Creating and Running a Virtual Device

app wont open in new emulator.....unfortunately app stopped

when i run an app on the new emulator it says the app stopped working and wont open it....but the emulator is working and the app is running on the default emulator

2 Answers

Samuel Moisan
Samuel Moisan
11,953 Points

Hi Reinhard,

When the app stop it's because you have an error in your code. If you want the community to help you, you will need to provide the error that appear in Android Studio and your code.

thanks for answering but there is no error in my code....I created a new emulator and it will not run on that emulator...but its running on the previous emulator

Samuel Moisan
Samuel Moisan
11,953 Points

Hi Reinhard,

May be your app minimum API level doesn't match with your new emulator API level. You should have an error message if your app stop working. Did you try launching your app with the debug button?