
以上三个回调方法报错如下:
Cannot resolve corresponding JNI function Java_org_cocos2dx_lib_Cocos2dxEditBoxHelper_editBoxEditingDidBegin
Reports native method declarations in Java where no corresponding JNI function is found in the project

以上三个回调方法报错如下:
Cannot resolve corresponding JNI function Java_org_cocos2dx_lib_Cocos2dxEditBoxHelper_editBoxEditingDidBegin
Reports native method declarations in Java where no corresponding JNI function is found in the project
检查一下,ndk编译的过程,对应的方法所在的cpp是否被编译进so