安卓打包报错,求大神知道

External Native Build Issues
Build command failed.
Error while executing process F:\androidSDK\ndk-bundle\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=F:\work\2018\chessofmahjong\client\mahjong\frameworks\runtime-src\proj.android-studio\app\jni\Android.mk NDK_APPLICATION_MK=F:\work\2018\chessofmahjong\client\mahjong\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=F:/work/2018/chessofmahjong/client/mahjong/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/release/obj NDK_LIBS_OUT=F:\work\2018\chessofmahjong\client\mahjong\frameworks\runtime-src\proj.android-studio\app\build\intermediates\ndkBuild\release\lib NDK_TOOLCHAIN_VERSION=4.9 APP_PLATFORM=android-10 NDK_MODULE_PATH=F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x;F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/cocos;F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external -j4 NDK_DEBUG=0 APP_SHORT_COMMANDS=false LOCAL_SHORT_COMMANDS=false -B -n}
Android NDK: android-10 is unsupported. Using minimum supported version android-14.
process_begin: CreateProcess(NULL, “”, …) failed.
Android NDK: ERROR:F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external/freetype2/prebuilt/android/Android.mk:cocos_freetype2_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external/freetype2/prebuilt/android/armeabi/libfreetype.a exists or that its path is correct
Build command failed.
Error while executing process F:\androidSDK\ndk-bundle\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=F:\work\2018\chessofmahjong\client\mahjong\frameworks\runtime-src\proj.android-studio\app\jni\Android.mk NDK_APPLICATION_MK=F:\work\2018\chessofmahjong\client\mahjong\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=F:/work/2018/chessofmahjong/client/mahjong/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT=F:\work\2018\chessofmahjong\client\mahjong\frameworks\runtime-src\proj.android-studio\app\build\intermediates\ndkBuild\debug\lib NDK_TOOLCHAIN_VERSION=4.9 APP_PLATFORM=android-10 NDK_MODULE_PATH=F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x;F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/cocos;F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external -j4 NDK_DEBUG=1 APP_SHORT_COMMANDS=false LOCAL_SHORT_COMMANDS=false -B -n}
Android NDK: android-10 is unsupported. Using minimum supported version android-14.
process_begin: CreateProcess(NULL, “”, …) failed.
Android NDK: ERROR:F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external/freetype2/prebuilt/android/Android.mk:cocos_freetype2_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that F:/work/2018/chessofmahjong/client/mahjong/frameworks/cocos2d-x/external/freetype2/prebuilt/android/armeabi/libfreetype.a exists or that its path is correct
F:\androidSDK\ndk-bundle\build\core\setup-app.mk
Error:(80, 0) Android NDK: Application targets deprecated ABI(s): armeabi
Open File
Error:(81, 0) Android NDK: Support for these ABIs will be removed in a future NDK release.
Open File
Error:(80, 0) Android NDK: Application targets deprecated ABI(s): armeabi
Open File
Error:(81, 0) Android NDK: Support for these ABIs will be removed in a future NDK release.
Open File
F:\androidSDK\ndk-bundle\build\core\prebuilt-library.mk
Error:(44, 0) *** Android NDK: Aborting . Stop.
Open File
Error:(44, 0) *** Android NDK: Aborting . Stop.
Open File

mk文件为
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := cocos2djs_shared

LOCAL_MODULE_FILENAME := libcocos2djs

LOCAL_SRC_FILES := hellojavascript/main.cpp
…/…/…/Classes/AppDelegate.cpp
…/…/…/Classes/inetaddress.cpp
…/…/…/Classes/jsbTest.cpp
…/…/…/Classes/socket.cpp
…/…/…/Classes/unpackScoket.cpp

LOCAL_C_INCLUDES := $(LOCAL_PATH)/…/…/…/Classes

LOCAL_STATIC_LIBRARIES := cocos2d_js_static

LOCAL_EXPORT_CFLAGS := -DCOCOS2D_DEBUG=2 -DCOCOS2D_JAVASCRIPT

include $(BUILD_SHARED_LIBRARY)

$(call import-module, scripting/js-bindings/proj.android)

Error:(80, 0) Android NDK: Application targets deprecated ABI(s): armeabi 
Open File
Error:(81, 0) Android NDK: Support for these ABIs will be removed in a future NDK releas

armeabi 改掉