美文网首页
photoview使用遇到Failed to resolve:

photoview使用遇到Failed to resolve:

作者: iTsung | 来源:发表于2018-08-13 14:28 被阅读0次

在app的build.gradle添加photoview依赖

//photoview图片缩放库

compile'com.github.chrisbanes:PhotoView:1.2.6'

但是会出现Error:(70, 13) Failed to resolve: com.github.chrisbanes:PhotoView:1.2.6问题,

解决方法:

在项目的build.gradle添加如下:photoview的maven仓库

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

相关文章

网友评论

      本文标题:photoview使用遇到Failed to resolve:

      本文链接:https://www.haomeiwen.com/subject/mrqubftx.html