Android Studio开发之使用ndk-r20版本出错

1、直接从网上load下来的ndk-20版本,在使用的时候报错:

Error:A problem occurred configuring project ':app'. > No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

解决方式:

从ndk-16中或者其中ndk版本中copy一份数据放到指定位置!mips64el-linux-android-4.9文件和mipsel-linux-android-4.9文件。文件所在位置:D:\Android\android-ndk-r16b\toolchains

最终截图如下:

Android Studio开发之使用ndk-r20版本出错

 

---- The End.