That\'s what the Dalvik LogCat is saying whenever I uncomment the last line, below. So somewhere along the way, a current context isn\'t being created at all. Why? Thanks for
You should use EGL.eglMakeCurrent before calling any OpenGL functions. This will make the context current in the thread.