首页 > 移动平台 > 详细

Android Studio 出现 unable to access android sdk add-on list 的解决方法

时间:2020-06-03 12:08:42      阅读:46      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

  • 如果是 windows 系统,在 Android Studio 的安装目录下,找到 \bin\idea.properties 文件。

  • 如果是 macOS 系统,右键应用程序中的 Android Studio.app ,选择 显示包内容 ,接着找到 Contents/bin/idea.properties 文件。

  • 打开 idea.properties 文件,在末尾加入以下配置,这个配置是设置初次打开 Android Studio 时,不检测 SDK

    disable.android.first.run = true
    

      

Android Studio 出现 unable to access android sdk add-on list 的解决方法

原文:https://www.cnblogs.com/uudon/p/13036522.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!