Cannot resolve com.ramijemli.percentagechartview:percentagechartview:0.3.1
Unable to get rid of this error even by using the latest Android Studio Electric Eel (By the time of writing) and Gradle.
Tried all the suggestions on the following link to no avail: https://stackoverflow.com/questions/25994163/could-not-resolve-all-dependencies-for-configuration-classpath
add jcenter() in your dependency resolution block. May be in project level gradle or gradle settings.
There is no more jcenter
I have this same issue after upgrading to Koala Feature Drop. If I open the exact project in the previous version (just Koala) this library resolves. Anyone find anything helpful?
use this :
implementation 'com.github.RamiJ3mli:PercentageChartView:0.3.1'