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 app gets to crash at runtime.
I m using your latest version 4.6.1 in an existing project which contains 26 build tool version.
the error log :-
" java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedValue;ILandroid/widget/TextView;)Landroid/graphics/Typeface; in class Landroid/support/v4/content/res/ResourcesCompat; or its super classes (declaration of 'android.support.v4.content.res.ResourcesCompat' appears in /data/app/com.simform.wifiapp.architecturecomponentdemo-1/base.apk)"
this is not happening in yr older version 4.6.0.
I have not used any font type in any XML file.
but because of glide latest version, it shows an error for to getFont().
please find the screenshot for reference.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.
the app gets to crash at runtime.
I m using your latest version 4.6.1 in an existing project which contains 26 build tool version.
the error log :-
" java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedValue;ILandroid/widget/TextView;)Landroid/graphics/Typeface; in class Landroid/support/v4/content/res/ResourcesCompat; or its super classes (declaration of 'android.support.v4.content.res.ResourcesCompat' appears in /data/app/com.simform.wifiapp.architecturecomponentdemo-1/base.apk)"
this is not happening in yr older version 4.6.0.
I have not used any font type in any XML file.
but because of glide latest version, it shows an error for to getFont().
please find the screenshot for reference.
The text was updated successfully, but these errors were encountered: