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

pdiaz
pdiaz
16,073 Points

Some please help with emulator problem

I really don't know what to do, I created an image and attached it to the res file. I found a theme and everything. Although, even though their is no errors showing at all. The emulator isn't working, and it doesn't even show the reasons why on the console log. I thought it could just be the emulator so I emailed the apk to myself and tested on my phone and I still got unfortunately, your app has stopped. What do I do?

1 Answer

Dekel Zoaretz
Dekel Zoaretz
14,864 Points

hey, first of all, I recommend that you'll use GenyMotion emulator instead of the default one in Eclipse, it's much much better and faster. second of all, try to open a blank app and run it on your emulator to see that the emulator is working fine with Eclipse. last, try to place a breakpoint and run it on the debug and check the Logcat. I hope that helps with something :)