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
Are you using a mobile friendly font? Try changing to a different ttf and see if that works. (Each Version of android changes the skia lib, so it's possible 8->9 made something in those ttf incompatible :( )
While devices running Android 8 show text in my app properly, all my views are 'empty' when using a device with Android 9.
The Layout Inspector of Android Studio does show the contents under "Text" -> "mText", but not visually in the view. No errors were triggered.
build.gradle:
AndroidManifest.xml application:
android:name=".App"
App.java:
Activity.java:
And then, all my views containing texts are empty on Android 9.
The text was updated successfully, but these errors were encountered: