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 Build a Weather App (2015) Concurrency and Error Handling Making Our Code Asynchronous

Tushar Kokane
Tushar Kokane
1,246 Points

I am stuck at an error

05-13 18:51:14.338 7762-7762/com.oasis.stormy I/art: Not late-enabling -Xcheck:jni (already on) 05-13 18:51:14.456 7762-7762/com.oasis.stormy W/System: ClassLoader referenced unknown path: /data/app/com.oasis.stormy-2/lib/x86 05-13 18:51:17.885 7762-7762/com.oasis.stormy W/System: ClassLoader referenced unknown path: /data/app/com.oasis.stormy-2/lib/x86 05-13 18:51:18.036 7762-7772/com.oasis.stormy W/art: Suspending all threads took: 27.339ms 05-13 18:51:18.166 7762-7762/com.oasis.stormy W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 05-13 18:51:18.350 7762-7847/com.oasis.stormy D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true

                                                            [ 05-13 18:51:18.361  7762: 7762 D/         ]
                                                            HostConnection::get() New Host Connection established 0xaaaf5520, tid 7762


                                                            [ 05-13 18:51:18.433  7762: 7847 D/         ]
                                                            HostConnection::get() New Host Connection established 0xae492800, tid 7847

05-13 18:51:18.440 7762-7847/com.oasis.stormy I/OpenGLRenderer: Initialized EGL, version 1.4 05-13 18:51:18.491 7762-7847/com.oasis.stormy W/EGL_emulation: eglSurfaceAttrib not implemented 05-13 18:51:18.491 7762-7847/com.oasis.stormy W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xae4935a0, error=EGL_SUCCESS

Seth Kroger
Seth Kroger
56,413 Points

Would you mind sharing your code? See the Markdown Cheatsheet for details on formatting or share on GitHub.

I'm having the same error! Have you found a fix yet?