• 解决android SDK升级慢的问题


    1、通过Android SDK Tools/SDK Manager.exe打开Android SDK Manager
    2、在SDK Manager窗口中,Tools-->Options...-->打开Settings
              1) 在Others下选中Force https://...sources to be fetched using http://...(原来默认使用https,现在强制使用http)

    3、打开hosts文件:Windows在C:WINDOWSsystem32driversetc目录下,Linux用户打开/etc/hosts文件
    在文件末尾默认添加星号行内代码:
    ****************************************
    #Google主页
    203.208.46.146 www.google.com
    #这行是为了方便打开Android开发官网
    74.125.113.121 developer.android.com
    #更新的内容从以下地址下载
    203.208.46.146 dl.google.com
    203.208.46.146 dl-ssl.google.com
    ****************************************

    通过SDK Manager进行更新时,如果提示如下错误,请检查是否设置Force https://...sources to be fetched using http://...:

    Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused
    Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com>
  • 相关阅读:
    如何作需求
    AS400如何将Spooled File 拷贝到源物理文件
    AS400 批量FTP
    Oracle和db2/400的差别
    CL内建函数
    visio如何扩大画布的大小
    如何把C/S架构较为平滑的切换到SOA架构
    关于DataTable里大批量查找的更快速的方法
    c#键值对容器
    什么是委托
  • 原文地址:https://www.cnblogs.com/androidstudy/p/3393394.html
Copyright © 2020-2023  润新知