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
daviddavis3
4,904 PointsWeather App Fails
Here is my logcat:
02-02 22:39:07.133 1516-1516/com.example.postadavis.stormy I/art﹕ Late-enabling -Xcheck:jni
02-02 22:39:07.291 1516-1516/com.example.postadavis.stormy D/MainActivity﹕ Main UI code is running!
02-02 22:39:07.324 1516-1538/com.example.postadavis.stormy D/OpenGLRenderer﹕ Render dirty regions requested: true
02-02 22:39:07.329 1516-1516/com.example.postadavis.stormy D/﹕ HostConnection::get() New Host Connection established 0xacf81c50, tid 1516
02-02 22:39:07.339 1516-1516/com.example.postadavis.stormy D/Atlas﹕ Validating map...
02-02 22:39:07.366 1516-1538/com.example.postadavis.stormy D/libEGL﹕ loaded /system/lib/egl/libEGL_emulation.so
02-02 22:39:07.367 1516-1538/com.example.postadavis.stormy D/libEGL﹕ loaded /system/lib/egl/libGLESv1_CM_emulation.so
02-02 22:39:07.373 1516-1538/com.example.postadavis.stormy D/libEGL﹕ loaded /system/lib/egl/libGLESv2_emulation.so
02-02 22:39:07.380 1516-1538/com.example.postadavis.stormy D/﹕ HostConnection::get() New Host Connection established 0xa4416120, tid 1538
02-02 22:39:07.397 1516-1538/com.example.postadavis.stormy I/OpenGLRenderer﹕ Initialized EGL, version 1.4
02-02 22:39:07.439 1516-1538/com.example.postadavis.stormy D/OpenGLRenderer﹕ Enabling debug mode 0
02-02 22:39:07.460 1516-1538/com.example.postadavis.stormy W/EGL_emulation﹕ eglSurfaceAttrib not implemented
02-02 22:39:07.460 1516-1538/com.example.postadavis.stormy W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0xa4419220, error=EGL_SUCCESS
02-02 22:39:07.567 1516-1530/com.example.postadavis.stormy W/art﹕ Suspending all threads took: 15.894ms
02-02 22:39:07.581 1516-1530/com.example.postadavis.stormy I/art﹕ Background partial concurrent mark sweep GC freed 3903(215KB) AllocSpace objects, 1(12KB) LOS objects, 39% free, 2MB/4MB, paused 25.839ms total 41.219ms
daviddavis3
4,904 Pointsdaviddavis3
4,904 PointsI am using Genymotion 5.0.0 with API 21. The app looks good and has the "Hello world!" on the screen. I am not getting any weather data, and I'm getting the EGL errors in the Logcat.