android stuido build arr :No toolchains found in the NDK toolchains folder for ABI with prefix: mips

今天手贱更新了下NDK,然后

build arr 报错

android stuido build arr :No toolchains found in the NDK toolchains folder for ABI with prefix: mips_第1张图片

 检查sdk/ndk-bundle/toolchains目录 发现并没有  mips64el-linux-android 

android stuido build arr :No toolchains found in the NDK toolchains folder for ABI with prefix: mips_第2张图片

 

这我就奇怪了呀,检查一下发现是最新版本NDK,so,决定卸载重装 。

NDK Version 18 (目前最新版,事实证明下载后也是没有,并没什么卵用)

https://dl.google.com/android/repository/android-ndk-r18-windows-x86.zip
https://dl.google.com/android/repository/android-ndk-r18-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r18-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r18-linux-x86_64.zip
 

 

NDK Version 17 (换了低版本,虽然有,但是没有编译通过)
https://dl.google.com/android/repository/android-ndk-r17-windows-x86.zip
https://dl.google.com/android/repository/android-ndk-r17-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r17-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r17-linux-x86_64.zip


NDK Version 16 的下载链接(这次对了 ,编译通过贼开心)
https://dl.google.com/android/repository/android-ndk-r16b-windows-x86.zip
https://dl.google.com/android/repository/android-ndk-r16b-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r16b-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
 


 

 

 

 

你可能感兴趣的:(android,studio,build)