chrisbatt / AndroidFastImageProcessing

A framework for speeding up image processing on android devices by taking advantage of shaders on the GPU.
MIT License
285 stars 118 forks source link

AllFilterExample throw exception (java.lang.IllegalArgumentException: No config chosen) #30

Open ttpro1995 opened 8 years ago

ttpro1995 commented 8 years ago

It throw exception and stoped when I try to run.

12-03 10:30:23.931 11314-11331/project.android.allfiltersexample E/AndroidRuntime: FATAL EXCEPTION: GLThread 227
                                                                                   Process: project.android.allfiltersexample, PID: 11314
                                                                                   java.lang.IllegalArgumentException: No config chosen
                                                                                       at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:869)
                                                                                       at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1023)
                                                                                       at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1400)
                                                                                       at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)