Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看起来 Bintray 封锁了伊朗的 IP,然后我无法使用这个存储库编译库。有没有替代的存储库?或任何其他使用 bintray jcenter 库的方法?
我也来自伊朗,你应该在 android studio 设置中设置代理和你的 vpn。当您这样做时,您会在 gradle.properties 中看到如下所示的一些行:
systemProp.http.proxyPassword=156966 systemProp.https.proxyUser=ir33898 systemProp.http.proxyHost=127.0.0.1 systemProp.https.proxyPort=8080