摘要:#include "AppDelegate.h" #include "HelloWorldScene.h" #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) // Layer #include "OperateLayer.h" #include "LoginMainLayer.h" #include "OperateUILayer.h" #include ...
阅读全文
摘要:1..classpath .cproject .project revert这三个文件 2.删除libs,obj下的文件 clean,build All
阅读全文
摘要:// C++ 调用 java static void goToLogin(); void JniFunction::goToLogin(){ JniMethodInfo t; if (JniHelper::getStaticMethodInfo(t, "org/cocos2dx/cpp/Parall
阅读全文
摘要:CrashHandler crashHandler = CrashHandler.getInstance(); crashHandler.init(this);
阅读全文
摘要:// private static Cocos2dxGLSurfaceView glSurfaceView; public Cocos2dxGLSurfaceView onCreateView() { glSurfaceView = new Cocos2dxGLSurfaceView(this);
阅读全文