Android studio下设置代理后导致sync now失败,出现ERROR: Unable to resolve dependency for ‘:[email protected]/compileClasspath’: Could not resolve Show Details
Affected Modules: app的解决办法

  1. 安装了Android studio3.6最新版设置了代理导致出现错误
    报错EROR: Unable to resolve dependency for ‘:[email protected]/compileClasspath’: Could not XXXX
    图片: 报错EROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not XXXX
  2. 解决方法
    在外层grade.properties文件中修改代理报错EROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not XXXX
    报错EROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not XXXX
    直接注释掉即可!
    报错EROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not XXXX
    之后运行成功!
    报错EROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not XXXX

相关文章:

  • 2021-08-13
  • 2021-12-19
  • 2021-12-29
  • 2021-04-22
  • 2021-12-31
  • 2021-04-05
  • 2021-12-23
  • 2022-01-11
猜你喜欢
  • 2021-07-10
  • 2021-10-09
  • 2021-07-12
  • 2021-03-30
  • 2021-05-20
相关资源
相似解决方案