Mpandroidchart: Failed to resolve:common

Created on 8 Jun 2018  路  5Comments  路  Source: PhilJay/MPAndroidChart

11

try:
maven { url "https://jitpack.io" }

pom.xml

Always such a mistake

Most helpful comment

Works, Change of position
this--->
build.gradle(Project Level)

allprojects {
repositories {
google()
jcenter()
}
}

All 5 comments

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()
}
}

Was this page helpful?
0 / 5 - 0 ratings