cocos 1.8.1打包安卓 无法安装

大佬帮忙看看

以下是错误的信息:

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:jump:generateJsonModelRelease’.

Build command failed.
Error while executing process D:\Program Files (x86)\Android\Sdk\ndk-bundle\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=E:\cocos\jump\build\jsb-binary\frameworks\runtime-src\proj.android-studio\app\jni\Android.mk NDK_APPLICATION_MK=E:\cocos\jump\build\jsb-binary\frameworks\runtime-src\proj.android-studio\app\jni\Application.mk APP_ABI=armeabi NDK_ALL_ABIS=armeabi NDK_DEBUG=0 APP_PLATFORM=android-14 NDK_OUT=E:/cocos/jump/build/jsb-binary/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/release/obj NDK_LIBS_OUT=E:\cocos\jump\build\jsb-binary\frameworks\runtime-src\proj.android-studio\app\build\intermediates\ndkBuild\release\lib NDK_TOOLCHAIN_VERSION=4.9 APP_PLATFORM=android-23 NDK_MODULE_PATH=D:\CocosCreator1.8.0\resources\cocos2d-x;D:\CocosCreator1.8.0\resources\cocos2d-x\cocos;D:\CocosCreator1.8.0\resources\cocos2d-x\external -j4 NDK_DEBUG=0 APP_SHORT_COMMANDS=false LOCAL_SHORT_COMMANDS=false -B -n}
‘D:\Program’ ???е???
???

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

  • Get more help at https://help.gradle.org

BUILD FAILED in 3s
34 actionable tasks: 34 executed
执行命令出错,返回值:1。

我的NDK是16

NDK_PROJECT_PATH=null

改回NDK10 没有问题 但是打包出来的APK无法通过应用宝进行安装 有时候还会抱损坏

脚本为:TypeScript

使用cocos自带的TS脚本项目进行打包也会出现同样的问题 @panda @jare @wangzhe