android打包失败

我在使用cocos code IDE 1.2版本的打包工具进行打包android APK时报错,错误如下:
StaticLibrary : libbox2d.a
StaticLibrary : libcocos2dandroid.a
StaticLibrary : libcpufeatures.a
SharedLibrary : libcocos2djs.so
jni/…/…/Classes/AppDelegate.cpp:148: error: undefined reference to ‘register_jsb_custom_file_util(JSContext*, JS::Handle<JSObject*>)’
collect2.exe: error: ld returned 1 exit status
make.exe: *** Error 1

使用的cocos-JS版本是最新的3.6.1
android SDK版本是 android-21
NDK版本是 r10e
jdk 1.8.0
ant 1.9.4
看错误是jni里有未定义…