We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老老实实按照教程的下载SDK 、Android studio、 可是配置完所有的环境变量后,运行 flutter doctor 居然报错: 找不到Android SDk 的位置, 认真看了下配置,也仔细核对了,仍然不对!!!! 抓狂
export ANDROID_HOME=$PATH:/home/test/andorid-sdk
这样不对 输出echo ANDROID_HOME 也是能正常输出。 但是flutter doctor仍然报错. 接下来我尝试下类似WIN的操作
export ANDROID_HOME=/home/test/andorid-sdk
这样居然正常检测通过!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
老老实实按照教程的下载SDK 、Android studio、
可是配置完所有的环境变量后,运行 flutter doctor
居然报错: 找不到Android SDk 的位置,
认真看了下配置,也仔细核对了,仍然不对!!!! 抓狂
这样不对
输出echo ANDROID_HOME
也是能正常输出。 但是flutter doctor仍然报错.
接下来我尝试下类似WIN的操作
这样居然正常检测通过!
The text was updated successfully, but these errors were encountered: