1

I installed Android Studio 4.1.2 and came across a Gradle sync error. it says

Could not GET 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.72/kotlin-stdlib-jdk8-1.3.72.pom'. Received status code 403 from server: Forbidden

I downloaded this file: kotlin-stdlib-jdk8-1.3.72.pom. But I don't know where I can save it.

aytek
  • 1,842
  • 24
  • 32
Ah.k
  • 11
  • 1
  • I think you need to fix that 403 Forbidden Gradle error instead of downloading the file manually. Try [this](https://stackoverflow.com/questions/46038496/gradle-received-status-code-403-from-server-forbidden) – aytek Feb 11 '21 at 09:02
  • Can you share your Gradle file? – tomerpacific Feb 11 '21 at 11:37
  • thank you,,i solved my error by adding proxy setting in gradle properties(global properties) as .systemProp.https.proxyHost=127.0.0.1 systemProp.https.proxyPort= your port systemProp.https.proxyUser=userid systemProp.https.proxyPassword=password systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost – Ah.k Feb 11 '21 at 14:32

0 Answers0