No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi

简介: 原文:No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi 版权声明:本文为Tasfa原创文章,未经博主允许不得转载。
原文: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi

版权声明:本文为Tasfa原创文章,未经博主允许不得转载。如有问题请关注www.tasfa.cn https://blog.csdn.net/qq_30135181/article/details/78770676

产生背景

最近把Android Studio更新到3.0,更新之后出现了build错误:No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi,google了很多方法,总结一下这些坑

问题解决

从错误字面理解来看,是指NDK的toolchais下没有 arm-linux-androideabi编译工具,这时候就简单明了。直接进入ndk目录查看一下确认是否有该工具目录

which ndk-build #一定要用这里的路径
cd ndkPath

用which查找到的是系统默认的ndk路径,由于之前是直接用as下载的ndk默认路径,而as默认的路径是系统设置的默认路径。
因此,可在Fiel->project structure的ndk路径中确认,或者修改此路径

如果确认没有该工具文件,可在sdk manager中取消勾选ndk–>apply–>卸载后重新安装。

目录
相关文章
|
关系型数据库 MySQL Shell
【Linux命令】-bash: mysql: command not found
【Linux命令】-bash: mysql: command not found
141 0
|
7月前
|
关系型数据库 MySQL Linux
【Linux】安装Mysql(附加service mysql启动失败 提示unit not found 解决办法)
【Linux】安装Mysql(附加service mysql启动失败 提示unit not found 解决办法)
533 0
|
7月前
|
Linux Shell
mac/linux提示bash: telnet: command not found
mac/linux提示bash: telnet: command not found
|
Ubuntu Linux 数据库
Linux:报错“command not found: yum”及yum和apt-get的区别
Linux:报错“command not found: yum”及yum和apt-get的区别
1338 0
Linux:报错“command not found: yum”及yum和apt-get的区别
|
Java Linux
linux配置jdk环境出现错误:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决办法
linux配置jdk环境出现错误:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决办法
343 0
|
数据挖掘 Linux 测试技术
Linux中输入所有命令都提示“command not found”,bashrc环境变量异常的解决方案
Linux中输入所有命令都提示“command not found”,bashrc环境变量异常的解决方案
|
网络协议 Linux 网络安全
【Linux环境】centos7 Failed to start iptables.service: Unit not found 防火墙
【Linux环境】centos7 Failed to start iptables.service: Unit not found 防火墙
492 0
|
Devops Linux 虚拟化
Linux命令ifconfig报错command not found
Linux命令ifconfig报错command not found
172 0
|
关系型数据库 MySQL Linux
linux上安装mysqlclient报错的原因 (ERROR: No matching distribution found for mysqlclient)
linux上安装mysqlclient报错的原因 (ERROR: No matching distribution found for mysqlclient)
532 0
|
Shell Linux
Linux pip命令报错 -bash: pip: command not found
Linux pip命令报错 -bash: pip: command not found
367 0
下一篇
DataWorks