请问你们编译安卓用的ndk是什么版本

我下了个r10 和r10e都在最后编译的时候报错了,只有r9这个老版本正常,但最后说用C++正则表达式或使用HttpClient类有可能在5.0会导致崩溃。使用r10版本,发现报了下边错误。请大侠帮看看
Android NDK: ERROR:F:/MyProject/android/android-ndk64-r10-windows-x86_64/android
-ndk-r10/sources/android/compiler-rt/Android.mk:compiler_rt_shared: LOCAL_SRC_FI
LES points to a missing file
Android NDK: Check that F:/MyProject/android/android-ndk64-r10-windows-x86_64/an
droid-ndk-r10/sources/android/compiler-rt/libs/armeabi/libcompiler_rt_shared.so
exists or that its path is correct
make.exe: Entering directory F:/MyProject/GoGoGame/GoGoGame/proj.android' F:/MyProject/android/android-ndk64-r10-windows-x86_64/android-ndk-r10/build/core /prebuilt-library.mk:45: *** Android NDK: Aborting . Stop. make.exe: Leaving directory F:/MyProject/GoGoGame/GoGoGame/proj.android’
执行命令出错,返回值:2。
其他都配置都正常,r9版本NDK是可以正常通过的,r10e这个不是报错而是直接崩溃,在编译到.so文件的时候直接就崩溃了,本人用的是win8.1系统编译的

用的cocos2dx3.9
jdk1.7.0_79
apache-ant-1.9.6
sdk android-22

以前用的r10c,现在用的r10e,都没有问题。

楼主解决了么? 我现在也遇到了和你一样的问题

Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
Android NDK: ERROR:jni/Android.mk:yunceng: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/armeabi/libyunceng.so exists or that its path is correct
make.exe: Entering directory D:/NewFolder/ProjectAClient/Project_Android_honghu_v3/frameworks/runtime-src/proj.android' D:/java/ndk/android-ndk-r10e/build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop. make.exe: Leaving directory D:/NewFolder/ProjectAClient/Project_Android_honghu_v3/frameworks/runtime-src/proj.android’
执行命令出错,返回值:2。

什么情况呢