Coming with an error no EGL implementation on one phone. The majority of the rest seem to work fine.
I turned off ES 2.0 from the C code in SDL source. Maybe something in the Java file also?
-
Modify “include/SDL_config_android.h”. In that file, #undef
SDL_VIDEO_OPENGL_ES2 and SDL_VIDEO_RENDER_OGL_ES2, then recompile. -
Modify AndroidManifest.xml, set android:minSdkVersion=“10” and
android:targetSdkVersion=“12”.On 12/24/2013 08:57 PM, Timodor wrote:
Coming with an error no EGL implementation on one phone. The majority of the
rest seem to work fine.
I turned off ES 2.0 from the C code in SDL source. Maybe something in the Java
file also?
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
That will most likely fix the issue. I tried it, but it broke ad-mob.
Seems like I need at-least version 13.