import org.cocos2dx.lib.Cocos2dxGLSurfaceView;
public class AppActivity extends Cocos2dxActivity {
public Cocos2dxGLSurfaceView onCreateView() {
Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
glSurfaceView.setEGLConfigChooser(5, 6, 5, 0, 16, 8);
return glSurfaceView;
}
}
```
Cocos2dxGLSurfaceView也重写了,也用命令行打包了,还有什么办法?
android手机上死活就是不消失ClippingNode,到底该怎么办啊?
cocos2dx到底哪个版本功能比较稳定?
哪个版本能正常在安卓手机显示ClippingNode呢?