由于某些原因,我们不能直接更新SDK,对于开发者而言,无疑是苦恼的,其实这也不是什么难事,我们只要把域名解析到对应的ip上就可以了
方法如下:
1.点击mac桌面,按住 commond+shift+G 屏幕显示前往文件夹
2.在文本框内输入/etc
3.点击前往
4.找到hosts文件,并把它拖到桌面,用文本编辑器打开
5.在最下面加入如下语句
209.116.186.251 www.google.com.hk
209.116.186.251 accounts.google.com
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
203.208.46.146 https://dl.google.com
203.208.46.146 https://dl-ssl.google.com
6.保存并把该hosts文件拖到/etc目录下,覆盖原始hosts文件
7.点击Android SDK Manager-->Preferences把Others下的Force https://...source to be fetched using http:// 勾选上,意为使用http协议下载
8.接下来就可以更新SDK了
问题:如果出现中途下载中断,nothing was installed,不要着急,继续点击更新,会接着从缓存中继续更新
android开发之mac下更新SDK
最新推荐文章于 2022-04-24 23:59:44 发布