I'm testing an example found on the internet and at the time of execution gives me the following error in LogCat
03-23 09: 43: 22.286: E / AndroidRuntime (1036): FATAL EXCEPTION: GLThread 72 03-23 09: 43: 22.286: E / AndroidRuntime (1036): Process: com.bomprogramador.game.openglbasico2, PID: 1036 03-23 09: 43: 22.286: E / AndroidRuntime (1036): java.lang.IllegalArgumentException: No config chosen 03-23 09: 43: 22.286: E / AndroidRuntime (1036): at android.opengl.GLSurfaceView $ BaseConfigChooser.chooseConfig (GLSurfaceView.java:874) 03-23 09: 43: 22.286: E / AndroidRuntime (1036): at android.opengl.GLSurfaceView $ EglHelper.start (GLSurfaceView.java:1024) 03-23 09: 43: 22.286: E / AndroidRuntime (1036): at android.opengl.GLSurfaceView $ GLThread.guardedRun (GLSurfaceView.java:1401) 03-23 09: 43: 22.286: E / AndroidRuntime (1036): at android.opengl.GLSurfaceView $ GLThread.run (GLSurfaceView.java:1240)
Someone would know how to correct such a mistake.