android-stepper icon indicating copy to clipboard operation
android-stepper copied to clipboard

Error inflating stepper on API level 21 (Android 5.0)

Open roozbehzarei opened this issue 3 years ago • 0 comments

The stepper is working fine while testing on API 32, but on API 21 it gives the following error:

android.view.InflateException: Binary XML file line #7: Error inflating class com.aceinteract.android.stepper.StepperNavigationView
...
...
Caused by: java.lang.reflect.InvocationTargetException
...
...
Caused by: java.lang.NoSuchMethodError: No virtual method setTextAppearance(I)V in class Landroid/widget/TextView; or its super classes (declaration of 'android.widget.TextView' appears in /system/framework/framework.jar:classes2.dex)

roozbehzarei avatar Jul 16 '22 05:07 roozbehzarei