cocos2d-x 3.5 无法导出APK

Running command: compile
Building mode: debug
Android platform not specified, searching a default one…
running: ‘“E:\ADT\android-sdk-windows\tools\android” update project -t android-1
5 -p D:\test\test\proj.android’

Updated project.properties
Updated local.properties
Updated file D:\test\test\proj.android\proguard-project.txt
It seems that there are sub-projects. If you want to update them
please use the --subprojects parameter.
Android platform not specified, searching a default one…
running: ‘“E:\ADT\android-sdk-windows\tools\android” update lib-project -p D:\te
st\test\proj.android…/cocos2d/cocos/platform/android/java -t android-15’

Updated project.properties
Updated local.properties
Updated file D:\test\test\proj.android…\cocos2d\cocos\platform\android\java\pr
oguard-project.txt
building native
NDK build mode: debug
NDK_TOOLCHAIN_VERSION: 4.8

所有环境配置正常。
NDK版本为9d,JDK为1.8,cocos2d版本为3.5,ANT为1.9.4,Android SDK有15的。
但是一运行build_native.py就提示如上错误,求解答!!

工程就是直接用cocos创建的空白工程无任何改动,win编译正常,但是一运行build_native.py就无法正常编译。

native_build.py已经不支持了。请使用cocos compile -p android

D:\test\test>cocos compile -p android
Running command: compile
Building mode: debug
Android platform not specified, searching a default one…
running: ‘“E:\ADT\android-sdk-windows\tools\android” update project -t android-1
5 -p D:\test\test\proj.android’

Updated project.properties
Updated local.properties
Updated file D:\test\test\proj.android\proguard-project.txt
It seems that there are sub-projects. If you want to update them
please use the --subprojects parameter.
Android platform not specified, searching a default one…
running: ‘“E:\ADT\android-sdk-windows\tools\android” update lib-project -p D:\te
st\test\proj.android…/cocos2d/cocos/platform/android/java -t android-15’

Updated project.properties
Updated local.properties
Updated file D:\test\test\proj.android…\cocos2d\cocos\platform\android\java\pr
oguard-project.txt
building native
NDK build mode: debug
NDK_TOOLCHAIN_VERSION: 4.8
Ndk build failed!
D:\test\test>

========
求救:6::6::6::6::6::6::6: