PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.64k stars 9.02k forks source link

Failed to resolve:common #4094

Closed Nccssa closed 6 years ago

Nccssa commented 6 years ago

11

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

pom.xml

Always such a mistake

qinhaonan commented 6 years ago

I had the same problem,

zhangheshuai commented 6 years ago

I had the same problem,

MGaetan89 commented 6 years ago

Can you share your build.gradle file?

RobertZagorski commented 6 years ago

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

Nccssa commented 6 years ago

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

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