Dev Aider
Home
Mega Menu
Video Documentation
Home
unknow host
Android Studio: Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.
Android Studio: Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.
mahmudul hasan
July 14, 2020
I got following error when I try to enable Kotlin gradle configuration. It take 10 minutes to solve this error.
Solution:
You need to go your project level gradle file and add following line into allprojects repository.
maven
{
url
"https://jitpack.io"
}
So overall repository looks like below screenshots.
Enjoy coding!!!
Post a Comment
0 Comments
Popular Posts
android.os.FileUriExposedException exposed beyond app through clipboard Intent.getData()
August 07, 2020
Could not resolve all artifacts for configuration ':classpath'. I Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0-release-764.
May 09, 2021
NodeJS express app debugger at VS Code
April 08, 2023
Facebook
Categories
Tags
Report Abuse
About Me
mahmudul hasan
View my complete profile
Search This Blog
2023
9
2022
3
2021
7
2020
5
Home
0 Comments