解决方法:
1、常规的clear,rebuild
在这里插入图片描述

2、在项目下添加配置,在jcenter()下

repositories {
...
maven { url "https://jitpack.io" }
}
allprojects {
    repositories {
       ...
        maven { url "https://jitpack.io"}
    }
}

3、最后,我亲测有效
借鉴:https://stackoverflow.com/questions/41258938/not-able-to-resolve-com-github-chrisbanesphotoview1-3-1
在这里插入图片描述
希望可以有帮助!

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐