Search code examples
androidmavenandroid-gradle-pluginbintrayjcenter

Can't compile libs from bintray repository , looks like it's block my country IP


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 ?


Solution

  • 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