PercentageChartView icon indicating copy to clipboard operation
PercentageChartView copied to clipboard

Cannot resolve com.ramijemli.percentagechartview:percentagechartview:0.3.1

Open kenprogrammer opened this issue 2 years ago • 4 comments

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

kenprogrammer avatar Jan 19 '23 09:01 kenprogrammer

add jcenter() in your dependency resolution block. May be in project level gradle or gradle settings.

justatulcodes avatar Mar 15 '24 05:03 justatulcodes

There is no more jcenter

VladRoscaDev avatar Sep 24 '24 11:09 VladRoscaDev

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?

hf82 avatar Sep 25 '24 16:09 hf82

use this : implementation 'com.github.RamiJ3mli:PercentageChartView:0.3.1'

mohitgupt avatar Oct 23 '25 16:10 mohitgupt