zoukankan      html  css  js  c++  java
  • 安装Android Studio的问题

    大陆墙内安装最新Android Studio多出了很多问题,不使用VPN的话,注意以下问题:

    1 一直停留在fetching Android sdk compoment information界面

      Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。

      在idea.properties文件末尾添加一行:

     disable.android.first.run=true ,然后保存文件。强制不运行。

    2 dl-ssl.google.com等网址无法连接

      Android SDK安装目录中,打开SDKManager,选择Tools下的Options,将others中第一个选项勾上。

      Force https://

      打开C:WINDOWSsystem32driversetc中的hosts文件,添加

      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

     

     

  • 相关阅读:
    linux_进程管理
    Linux-日志管理
    Httpd
    Linux-源码安装包管理
    Linux-计划任务管理
    Linux-LVM管理
    Linux-系统磁盘管理
    Linux-yum工具的使用
    Linux-rpm包管理
    Linux-网络进阶管理
  • 原文地址:https://www.cnblogs.com/goodmangis/p/4332485.html
Copyright © 2011-2022 走看看