方法1:

到android studio安装目录,打开bin目录,编辑idea.properties, 在文件末尾添加:  disable.android.first.run=true  这将禁用第一次运行。  

然后打开 android studio, 在Settings > HTTP Proxy settings设置代理相关参数,关闭android studio.  

再次打开idea.properties文件,删除刚刚添加的 disable.android.first.run=true ,并重新打开android studio .  因为已经设置了代理,现在android studio就可以正常启动了。

方法2:

创建或者修改文件: ~/.AndroidStudio/config/options/other.xml 或者 ~/.AndroidStudioBeta/config/options/other.xml ,该目录根据Android Studio 版本不同可能有差异.

Android Studio设置HTTP代理

将127.0.0.1,8580设置成你自己的代理

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2021-09-14
  • 2021-07-04
  • 2021-12-24
  • 2021-08-20
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-21
  • 2022-02-09
  • 2021-07-15
  • 2021-05-09
  • 2022-12-23
  • 2022-02-23
相关资源
相似解决方案