我不能加入volley 1.1.1 在叙利亚,这是禁止的,但我使用代理。有什么方法可以沟通吗?

问题描述 投票:0回答:1

我无法将Volley依赖性同步到我的项目中。

buildscript {
 repositories {
    google()
    jcenter()
}


implementation 'com.android.volley:volley:1.1.1'

给我看这个错误

Could not resolve com.mcxiaoke.volley:library:1.1.1.
Could not get resource 'https://jcenter.bintray.com/com/mcxiaoke/volley/library/1.1.1/library-1.1.1.pom'.
Could not GET 'https://jcenter.bintray.com/com/mcxiaoke/volley/library/1.1.1/library-1.1.1.pom'.
android android-volley implementation
1个回答
0
投票

我已经使用volley.jar 2014,我在里面调用他,我不能使用volley 1.1.1。

© www.soinside.com 2019 - 2024. All rights reserved.