发布网友 发布时间:2024-10-01 18:12
共4个回答
热心网友 时间:2024-10-17 20:22
Android SDK下载时弹出Site Authentication,是下载失败的原因,解决下载失败的方法;
修改C:\Windows\System32\drivers\etc\hosts文件。代码如下:74.125.237.1 dl-ssl.google.com
这里需要注意的是hosts文件是只读的,我们没有权限修改,需要我们将hosts文件复制到桌面或者其他地方,然后修改,代码如下:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
74.125.237.1 dl-ssl.google.com
点击保存,复制修改后的hosts文件到C:\Windows\System32\drivers\etc 目录,替换文件就好!!!再次下载SDK的时候就会成功啦,如下图:
嘿嘿,大功告成啦!!!
PS:补充下,在mac或Linux中,hosts文件所在位置为/etc/hosts,可以使用sudo vim /etc/hosts来编辑
android sdk 下载后,通常需要更新sdk对应的平台的版本,但是当开始更新的时候,通常会提示“Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com> OR <www.google.com>”这样的错误,从而导致无法进行android sdk的更新,这里提供了一种解决sdk更新的方法,希望对大家有用;
热心网友 时间:2024-10-17 20:18
skin to temper the blows.热心网友 时间:2024-10-17 20:22
告诉你一个SDK下载配置方法
本人亲测可用,请采纳!
热心网友 时间:2024-10-17 20:19
这个文件夹正在被使用,肯定是不能改名的