感觉记不住,代码贴上以免以后难找
在proj.androidsrcorgcocos2dxcppAppActivity.java 中的
public class AppActivity extends Cocos2dxActivity 里面添加以下代码
public Cocos2dxGLSurfaceView onCreateView() {
Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
glSurfaceView.setEGLConfigChooser(8 , 8, 8, 8, 16, 8);
return glSurfaceView;
}