-->

Can't compile libs from bintray repository , l

2019-08-09 16:43发布

问题:

Looks like Bintray Blocked Iran's IP , then i can't compile libraries with this repository. Is there any alternative repository ? or any other ways to use bintray jcenter's libs ?

回答1:

I'm from Iran too, you should set proxy in android studio setting and you vpn. when you do that you see in your gradle.properties some lines like below:

systemProp.http.proxyPassword=156966
systemProp.https.proxyUser=ir33898
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyPort=8080