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

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

解决方法:
打开命令行, 进入 toolchains 文件夹。
例如我是 D:\Android\Sdk\ndk-bundle\toolchains

根据不同系统执行不同语句, 在 Windows 下也可以使用 MINGW 打开命令行执行 Linux 的命令。

Linux: ln -sf aarch64-linux-android-4.9 mips64el-linux-android
Windows: mklink /j mips64el-linux-android aarch64-linux-android-4.9

发布了39 篇原创文章 · 获赞 21 · 访问量 11万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章