Unable to locate the Android SDK(找不到 Android SDK)
本文介绍了找不到 Android SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经安装了
我没有安装 Android SDK.
解决方案
您可以使用为您的项目配置 Android SDK
PATH
变量也应该包含 SDK,比如
/usr/local/opt/android-sdk
和 26.0.1
可能与您的系统不匹配.这只是一个例子.
I already had Android Studio and the Android SDK installed. I later added Flutter and the Flutter SDK. Here is my problem: When I run
It shows,
that I do not have the Android SDK installed.
解决方案
You can configure the Android SDK for your project using
The PATH
variable also should contain the SDK, like
/usr/local/opt/android-sdk
and 26.0.1
might not match your system. That's just an example.
这篇关于找不到 Android SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!