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
com.tns.NativeScriptException: Calling js method onCreateView failed Error: java.lang.NoSuchFieldError: no "I" field "JUSTIFICATION_MODE_NONE" in class "Landroid/text/Layout;" or its superclasses
The text was updated successfully, but these errors were encountered:
Which platform(s) does your issue occur on?
Android 7.1.X (API level 25)
Please, tell us how to recreate the issue in as much detail as possible.
JUSTIFICATION_MODE_INTER_WORD and JUSTIFICATION_MODE_NONE appeared in API level 26 but the code check for level >= 25 :
causing the following error :
com.tns.NativeScriptException: Calling js method onCreateView failed Error: java.lang.NoSuchFieldError: no "I" field "JUSTIFICATION_MODE_NONE" in class "Landroid/text/Layout;" or its superclasses
The text was updated successfully, but these errors were encountered: