this is my first post.
I've recently downloaded Android Studio and seem to be having some trouble with the emulator. Every time I run an application (even if I try to run the initial HelloWorld application right after the "create new project" wizard). I get the following error message in the logcat:
10-08 11:36:53.600 850-850/app.helloagain W/EGL_emulation﹕ eglSurfaceAttrib not implemented
It seems to work fine in the emulator, but this blue text appears in the logcat and I would like to understand what is going on, if it is a problem, and if so, how can I fix it.
Thanks in advance for any responses.
Mike