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 trialGage Tillery
842 Pointslogcat seems to be looping an error.
i tried to stop it to find an error but this is the only error i could actually catch. the logcat was going too fast.
03-21 05:08:43.440 1165-1165/? E/SurfaceFlinger﹕ hwcomposer module not found 03-21 05:08:43.440 1165-1165/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting 03-21 05:08:43.440 1165-1165/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x0000048d (code=-6), thread 1165 (surfaceflinger)
Gage Tillery
842 Pointsthe emulator wont actually start (the shiny android word wont come up the emulator is black) it just shows a blank screen. in the messages it shows zero errors, but in the logcat it is just continuously giving errors. im not sure if thats a system error or not.
Micah Kline
17,831 PointsYour code wont function properly without the emulator running. Either test on a real device or try to change some setting to get the emulator running first then run your app.
1 Answer
Micah Kline
17,831 PointsIf your having trouble with getting the emulator started check out this from the library
Getting Started with Genymotion
Micah Kline
17,831 PointsMicah Kline
17,831 PointsIs your App running as you would expect or is it failing? If its running make sure the error is part of your app and not in the system.