无法更新sdk更新站点中的存储库

时间:2018-05-16 09:09:56

标签: android sdk

我想通过将此行添加到我的项目来添加recyclerview:

implementation 'com.android.support:recyclerview-v7:26.1.0'

但它不能这样做,我得到“无法解决recyclerview”错误。 我在google上找到了一些必须更新sdk的解决方案。在设置 - > android SDK - > SDK更新网站产生的错误: enter image description here

我在HTTP PROXY中启用了自动检测代理设置。但错误存在。 我该怎么办?

1 个答案:

答案 0 :(得分:0)

首先阅读Update the IDE and SDK Tools

  

收到错误“连接失败”

您应该更改 HTTP proxy settings

enter image description here

  1. 在菜单栏中,点击文件>设置(在Mac上,点击Android 工作室>首选项)。
  2. 在左侧窗格中,点击外观&行为>系统设置> HTTP代理。将显示“HTTP代理”页面。
  3. 选择无代理设置。
  4. 然后 Restart IDE 并升级。