我正在尝试在我的一个Android项目中使用此库 FrescoImageViewer 。但是每次我在添加依赖项后尝试构建我的gradle时,它都会给我401错误。
依赖我试图添加:
compile' com.github.stfalcon:frescoimageviewer:0.5.0'
错误我正在
Could not HEAD 'https://jitpack.io/com/github/stfalcon/frescoimageviewer/0.5.0/frescoimageviewer-0.5.0.pom'. Received status code 401 from server: Unauthorized
任何帮助都会受到影响。谢谢^ _ ^
答案 0 :(得分:0)
搜索一段时间后找到了答案。
repositories {
//.... other repos
jcenter()
}
必须在build.gradle文件中的存储库中添加jcenter()