https://blog.csdn.net/lx6101989/article/details/80334232

 

android studio 升级到了3.0 取消了apt 报了这个错

在最上级的builde.gralde增加谷歌库 解决问题

 

allprojects {
    repositories {
        google()//新增的
        jcenter()
    }
}

相关文章:

  • 2021-11-05
  • 2021-12-22
  • 2021-12-20
  • 2021-03-27
  • 2021-07-20
  • 2021-09-01
  • 2021-07-08
猜你喜欢
  • 2021-04-26
  • 2021-11-16
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-01-21
相关资源
相似解决方案