- IDE:Android Studio
- 现象:在IDE中设置SDK路径,总保存不上。
- 解决办法:
- 1 .bash_profile 添加
export PATH=/xxx/sdk/flutter-sdk/bin:$PATH
- 2 执行
source $HOME/.bash_profile
- 1 .bash_profile 添加
export PATH=/xxx/sdk/flutter-sdk/bin:$PATH
source $HOME/.bash_profile
本文标题:无法设置SDK路径
本文链接:https://www.haomeiwen.com/subject/kkjplktx.html
网友评论