Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
昨天一切正常,但今天我在启动我的 android opengles 应用程序时遇到了很多错误:“libEGL - 称为未实现的 OpenGL ES API”。但从昨天开始我什么都没改变。有什么想法出了什么问题,或者我可以尝试什么?
你确定你根本没有改变任何东西。
您收到此消息的一个原因是 OpenGL 客户端版本的设置是否不同。 例如:通过调用
glSurfaceView.setEGLContextClientVersion(2);