Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error inflating class #18

Open
ethanBenjamin opened this issue Aug 22, 2019 · 3 comments
Open

Error inflating class #18

ethanBenjamin opened this issue Aug 22, 2019 · 3 comments

Comments

@ethanBenjamin
Copy link

2019-08-22 18:34:35.887 7688-7688/com.example.chargeup E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.chargeup, PID: 7688
android.view.InflateException: Binary XML file line #16: Binary XML file line #16: Error inflating class com.ramijemli.percentagechartview.PercentageChartView
Caused by: android.view.InflateException: Binary XML file line #16: Error inflating class com.ramijemli.percentagechartview.PercentageChartView
Caused by: java.lang.reflect.InvocationTargetException

any solutions?

@RamiJ3mli
Copy link
Owner

RamiJ3mli commented Aug 28, 2019

Sorry for the late response! Can you please add your XML code?

@andres1315
Copy link

any solution for this?

@BerjisTech
Copy link

Error inflating class com.ramijemli.percentagechartview.PercentageChartView

<com.ramijemli.percentagechartview.PercentageChartView
android:id="@+id/progressRing"
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_marginTop="20dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:pcv_animDuration="800"
app:pcv_animInterpolator="anticipate_overshoot"
app:pcv_mode="ring"
app:pcv_orientation="clockwise"
app:pcv_progress="25"
app:pcv_startAngle="90" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants