日志如下:
E/AndroidRuntime(19323): java.lang.UnsatisfiedLinkError: Native method not found: org.cocos2dx.lib.Cocos2dxLuaJavaBridge.callLuaFunctionWithString:(ILjava/lang/String;)I
E/AndroidRuntime(19323): at org.cocos2dx.lib.Cocos2dxLuaJavaBridge.callLuaFunctionWithString(Native Method)
E/AndroidRuntime(19323): at org.cocos2dx.lua.ThirdpartLogin$implRunnable.run(ThirdpartLogin.java:25)
E/AndroidRuntime(19323): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1462)
E/AndroidRuntime(19323): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
我使用的是 cocos2d-x 3.2 rc0
Native method not found
检查方法名,是不是static,签名对不对