WorldWindAndroid icon indicating copy to clipboard operation
WorldWindAndroid copied to clipboard

java.lang.IllegalArgumentException: No configs match configSpec

Open spyhunter99 opened this issue 9 years ago • 1 comments

Attempting to run WWA on an API23 emulator and ran into this error message.

 java.lang.IllegalArgumentException: No configs match configSpec
                                                                     at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:859)
                                                                     at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
                                                                     at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
                                                                     at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)

it's probably an emulator thing, but I'd suggest at least trying to trap the error message and report to the user that the device isn't supported.

spyhunter99 avatar Aug 21 '16 13:08 spyhunter99

Thanks for the suggestion! It's on our list to review the built-in GLSurfaceView configuration chooser, and we'll include this in that task

pdavidc avatar Aug 22 '16 15:08 pdavidc