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
Integer.value is private and blocked by ART hidden API restrictions,
causing NoSuchFieldError on Android. Use StreamTokenizer.ttype instead
— a public instance field available on both desktop JVM and Android.
Fixesdotnet/android#11005
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments