You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The stepper is working fine while testing on API 32, but on API 21 it gives the following error:
The text was updated successfully, but these errors were encountered: