我在设备cocos2d-x-2.2.6
上使用runnin
并且我的应用崩溃了。
logcat将我指向Cocos2dxRenderer.java文件并在
@Override
public void onSurfaceCreated(final GL10 pGL10, final EGLConfig pEGLConfig) {
Cocos2dxRenderer.nativeInit(this.mScreenWidth, this.mScreenHeight);
this.mLastTickInNanoSeconds = System.nanoTime();
}
调用Cocos2dxRenderer.nativeInit(this.mScreenWidth,this.mScreenHeight);
错误是:
JNI DETECTED ERROR IN APPLICATION: JNI FindClass called with pending exception 'java.lang.NoSuchMethodError' thrown in void org.cocos2dx.lib.Cocos2dxRenderer.nativeInit(int, int):-2 in call to FindClass
这可能是什么原因? 感谢。
答案 0 :(得分:0)
我管理过了! 这是类型转换问题。