前几天从AS直接下载了NDK,然后在clone项目的时候编译出错。

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

意思是缺少NDK里面的一个文件。 

打开NDK文件目录:/Users/yinzh/Library/Android/sdk/ndk-bundle/toolchains  报错No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

如果没有的话  https://developer.android.google.cn/ndk/downloads/  上面下载  然后直接替换或者单独把缺少文件拷贝过去。

 

 

 

 

 

相关文章:

  • 2021-06-13
  • 2021-07-12
猜你喜欢
  • 2021-12-11
相关资源
相似解决方案