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

app not running

on running the app everytime emulator shows that "unfortunately launcher has stopped"

1 Answer

Hi there,

At the bottom of Android Studio, there should be an area that's displaying messages generated by your app. In there will be a load of lines about the specific error that is causing your app to stop running. If you can find those messages and copy/paste them into here; we can track down what's causing the problem.

Steve.

C:\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd virtual_nxus Hax is enabled Hax ram_size 0x60000000 HAX is working and emulator runs in fast virt mode. console on port 5554, ADB on port 5555 emulator: emulator window was out of view and was recentered

That's a couple of messages about the emulator and all seems fine there. If you scroll around that window you may find some text like in this post that relates directly to your app. Can you find anything like that?