- 提示
Android Studio First Run
Unable to access Android SDK add-on list
解决方案
- 方案1
配置 proxy
选择 `选择Manual proxy configuration`
设置 `Host name` 为 `mirrors.neusoft.edu.cn`
设置 `Port number` 为:`80`
- 方案2
在Android Studio
的安装目录下,找到\bin\idea.properties
在尾行添加disable.android.first.run=true
,表示初次启动不检测SDK
-
the android sdk location cannot be at the filesystem root
报错
1、打开User 文件夹
2、command+shift+.
显示隐藏文件
3、删除.android
和.gradle
文件夹
Android sdkmanager tool was found, but failed to run (/Users/huipeng/Library/Android/sdk/cmdline-tools/latest/bin/sdkmanager): "exited code 1".
image.png因为最新的 9.0版本的
command-line
需求的jdk版本高于使用的jdk1.8
,重新安装 8.0的command-line
即可
网友评论