RamiJ3mli / PercentageChartView

An Android custom view that displays the progress of an ongoing task.
Apache License 2.0
375 stars 81 forks source link

Error inflating class com.ramijemli.percentagechartview.PercentageChartView #24

Open developerbrainiton3 opened 4 years ago

developerbrainiton3 commented 4 years ago

hiii i tried searching everything byt cannot find solution so please check this problem .

i keep on getting this error as soon as i open my activity i am testing on device having android pie Error inflating class com.ramijemli.percentagechartview.PercentageChartView

thawzintoe-ptut commented 4 years ago

Me too. How can I do please answer.

galadril commented 4 years ago

I have the same issue.. its not working on Android 9./


<com.ramijemli.percentagechartview.PercentageChartView
                                android:id="@+id/pieView"
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:layout_marginTop="7dp"
                                app:pcv_mode="ring"
                                app:pcv_progress="10"
                                app:pcv_startAngle="90"/>
HamzaMeh commented 4 years ago

Hey did you find the solution?

alikamts commented 4 years ago

Hey did you find the solution?

help me

yangaxnkohla commented 3 years ago

I'm also getting this one. Anyone got a workaround?

priyankabambharoliya-official commented 2 years ago

adding jcenter() is fixed, but it is deprecated now