public Cocos2dxGLSurfaceView onCreateView() {
Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
// glSurfaceView.setEGLConfigChooser(5, 6, 5, 0, 16, 8);
glSurfaceView.setEGLConfigChooser(8, 8, 8, 8, 16, 0);
return glSurfaceView;
}
已经加了这个,在android的虚拟机上还是没有显示,ios上没有这个问题,请问是虚拟机的问题吗?求教呀,上网搜了一下,一般设了好像都没有问题,cocos2dx3.2的。