感觉记不住,代码贴上以免以后难找
在proj.android\src\org\cocos2dx\cpp\AppActivity.java 中的
public class AppActivity extends Cocos2dxActivity 里面添加以下代码
public Cocos2dxGLSurfaceView onCreateView() {
Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
glSurfaceView.setEGLConfigChooser(8 , 8, 8, 8, 16, 8);
return glSurfaceView;
}
时间: 2024-11-01 18:48:28