更新AndroidStudio的ndk后 Gradle Sync 一直报Error:Expected caller to ensure valid ABI: MIPS64
如图:
原因:AndroidStudio的ndk里面缺少文件
解决方案:下载新的ndk并连接到AndroidStudio,然后再次build项目 就可以了
新的NDK下载地址:
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
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
具体步骤:
1.下载从连接中下载ndk,解压(存放路径不能太长)
2.切换项目的ndk路径(如下图)
点击确定就可以了!!