我安装最新版后进入就提示"Unable to access Android SDK add-on list",而且进入后无法安装,提示"Nothing to do! Android SDK is up to date. SDK emulator directory is missing",查了好久终于找到了可行的方法
参考:
https://stackoverflow.com/questions/67527941/nothing-to-do-android-sdk-is-up-to-date-sdk-emulator-directory-is-missing
https://blog.csdn.net/linZinan_/article/details/113623396
https://blog.csdn.net/CaiNiao_hu/article/details/119605806
https://blog.csdn.net/weixin_49511001/article/details/114017704
以下是具体解决流程:
首先删除以下两个文件夹中的AndroidStudio相关文件夹
然后访问https://developer.android.com/studio/archive,下载对应系统的Android Studio 3.6.3,2020 年 4 月 17 日
然后正常安装,最开始还会提示"Unable to access Android SDK add-on list",点击cancel即可,在进入后可正常安装sdk
在安装过程中又提示"HAXM installation failed.",HAXM是一种硬件辅助虚拟化引擎
再次进入AS,此时再update到最新版,便不会出现sdk相关问题了
如果在上述过程中出现Proxy Setting界面,勾选最下方的Do not show this dialong in the future,再点击NO,然后打开File–>Setting,在Appearance&Behavior->System Setting->HTTP Proxy选择Auto-detect proxy setting,在Automatic proxy configuration URL里输入http://mirrors.neusoft.edu.cn/即可