Getting Exception: FATAL EXCEPTION: GLThread No configs match configSpec
问题 I am using the below code for the MultiSampling to make the smooth edge. Below code is working on some mobile and other mobile I am getting exception ' No configs match configSpec . Please help me to solve this issue. Thanks in advance. package com.amplimesh.renderer; import javax.microedition.khronos.egl.EGL10; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLDisplay; import android.opengl.GLSurfaceView; import android.util.Log; // This class shows