• windows中用eclipse开发Android环境搭建SDK安装异常


    SDK更新时的“https://dl-ssl.google.com refused”错误

    Download interrupted: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com>
    Download interrupted: Connection to https://dl-ssl.google.com refused
    Done. Nothing was installed.

    解决办法是:将https://修改为http://
    修改方法是:如下图,在Android SDK Manager->Tools-Options...选项界面,
    将“Force https://… sources to be fetched using http://…”勾选!

    如果还有错,可以在文件(C:WindowsSystem32driversetchosts)中,添加如下几行:
    203.208.46.146 www.google.com
    203.208.46.146 dl.google.com 
    203.208.46.146 dl-ssl.google.com

     
    文章摘自:http://blog.csdn.net/x605940745/article/details/17911115(已亲测成功)。
  • 相关阅读:
    行为模式
    行为模式
    行为模式
    行为模式
    行为模式
    结构模式
    kafka 学习整理
    Hive文件格式,以及ORC创建使用
    GBDT 介绍
    机器学习中的特征工程 —— 七月在线总结
  • 原文地址:https://www.cnblogs.com/xiaoerlang90/p/4075496.html
Copyright © 2020-2023  润新知