Why can't Android find android.graphics.OpenGLContext?
Posted
by lostInTransit
on Stack Overflow
See other posts from Stack Overflow
or by lostInTransit
Published on 2009-05-12T12:17:54Z
Indexed on
2010/04/20
20:23 UTC
Read the original article
Hit count: 929
android
|android-sdk
I am trying to compile some OpenGL samples available on the net in SDK 1.5. But the import statement for android.graphics.OpenGLContext gives me an error saying the class cannot be found.
Can someone please tell me where I can find this class. And if it is no longer supported by the android SDK then how do I port the samples to 1.5.
© Stack Overflow or respective owner