sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: android.view.InflateException: Binary XML file line #25: Binary XML file line #25: Error inflating class com.synnapps.carouselview.CarouselView #128

Open izoo0 opened 3 years ago

nverinaud commented 2 years ago

Same here :-(

02Chui commented 2 years ago

I solved it by adding an android.enableJetifier=true to the gradle.properties(Project Properties) directory, I hope it will help you

7kashif commented 2 years ago

I was also having the same issue and enabling Jetifier resolved it. Thanks.