解决升级android studio 3.2.1后 "No toolchains found in the NDK toolchains folder for ABI with prefix
Posted 3a87
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决升级android studio 3.2.1后 "No toolchains found in the NDK toolchains folder for ABI with prefix相关的知识,希望对你有一定的参考价值。
1、下载老版本的ndk,把toolchains中缺少的包拷贝到ndk目录中,下载地址https://developer.android.com/ndk/downloads/
2、在项目的build.gradle中,升级plugin版本到3.1+,例如:
dependencies {
classpath ‘com.android.tools.build:gradle:3.2.0‘
}
升级plugin之后,可能会有其他适配问题,慢慢踩坑吧
以上是关于解决升级android studio 3.2.1后 "No toolchains found in the NDK toolchains folder for ABI with prefix的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio 升级后 中文文件、Git提交记录乱码解决方案
android studio Gradle升级到3.5.0遇到的坑
Android Studio升级3.6 Build窗口出现中文乱码问题解决方案