Flutter No toolchains found in t
2020-12-25 本文已影响0人
Lee坚武
今天下载了个demo看看学习flutter的一些具体用法,然后打开直接编译运行报错了
bug显示问题如下:
* What went wrong:
A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
> No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Exception: Gradle task assembleDebug failed with exit code 1
image.png
问题解决:
image.png2.然后解压,找到相对应文件
image.png
3.返回自己电脑安装的ndk路径,重新编译,解决问题
image.png