我正在使用这个库com.github.chrisbanes:PhotoView:1.3.1
中的photoview。但是我的Gradle没有同步。
我已经在这个url上添加了Gradle Dependancy中的Maven代码:https://github.com/chrisbanes/PhotoView
发布于 2018-05-27 16:49:33
这个库的最新版本是2.0.0
as of 18 Mar 2017
,请参阅releases。
在模块级build.gradle
中使用它
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
测试正常(这是gradle/jitpack
找到它的地方):
Download https://jitpack.io/com/github/chrisbanes/PhotoView/2.0.0/PhotoView-2.0.0.pom
Download https://jitpack.io/com/github/chrisbanes/PhotoView/2.0.0/PhotoView-2.0.0.aar
https://stackoverflow.com/questions/41258938
复制相似问题