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

相关文章: