c++ lua 编译报错 求助大神解释一下什么意思

Build command failed.
Error while executing process D:\dev\Android\android-ndk-r14b\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=D:\dev…\frameworks\runtime-src\proj.android-studio\app\jni\Android.mk NDK_APPLICATION_MK=D:\dev…\frameworks\runtime-src\proj.android-studio\app\jni\Application.mk APP_ABI=armeabi NDK_ALL_ABIS=armeabi NDK_DEBUG=1 APP_PLATFORM=android-14 NDK_OUT=D:/dev/…/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT=D:\dev…\frameworks\runtime-src\proj.android-studio\app\build\intermediates\ndkBuild\debug\lib NDK_TOOLCHAIN_VERSION=4.9 APP_PLATFORM=android-14 NDK_MODULE_PATH=D:/dev/…/frameworks/cocos2d-x;D:/dev/…/frameworks/cocos2d-x/cocos;D:/dev/…/frameworks/cocos2d-x/external -j8 NDK_DEBUG=1 D:/dev/…/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/debug/obj/local/armeabi/libcocos2dlua.so}
[armeabi] SharedLibrary : libcocos2dlua.so
D:/dev/…/frameworks/runtime-src/proj.android-studio/app/jni/…/…/…/Classes/AppDelegate.cpp:141: error: undefined reference to ‘lua_register_mobclick_module(lua_State*)’
collect2.exe: error: ld returned 1 exit status
make: *** [D:/dev/…/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/debug/obj/local/armeabi/libcocos2dlua.so] Error 1

有没有大神解释一下什么意思啊 或者有人遇到类似的问题吗

Android Studio cocos2dx3.16