I had the same problem,
I had the same problem,
Can you share your build.gradle file?
There's another site to programmers, where answers to such problems can be found. Here's sample link:
https://stackoverflow.com/questions/50565776/build-gradle-error-failed-to-resolve-common?noredirect=1&lq=1
or this one:
https://stackoverflow.com/questions/50760911/errorfailed-to-resolve-common-in-android-studio
This question is completely unrelated to the MPAndroidChart library
Works, Change of position
this--->
build.gradle(Project Level)
allprojects {
repositories {
google()
jcenter()
}
}
Most helpful comment
Works, Change of position
this--->
build.gradle(Project Level)
allprojects {
repositories {
google()
jcenter()
}
}