Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue fix GLWallpaperService#4 - Crash on the launch of GalleryActivi…
…ty - IllegalArgumentException: No config chosen Solution was found on stack overflow http://stackoverflow.com/questions/6594636/java-lang-illegalargumentexception-no-configs-match-configspec-while-openin http://stackoverflow.com/questions/14167319/android-opengl-demo-no-config-chosen Error message was: 03-09 14:31:02.927: E/AndroidRuntime(986): java.lang.IllegalArgumentException: No config chosen 03-09 14:31:02.927: E/AndroidRuntime(986): at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:874) 03-09 14:31:02.927: E/AndroidRuntime(986): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024) 03-09 14:31:02.927: E/AndroidRuntime(986): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401) 03-09 14:31:02.927: E/AndroidRuntime(986): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
- Loading branch information