Fonts In Xml Not Working On Emulator Api 23
I'm trying to use Fonts in XML, but have problems on Emulator. On the device with the Android 23 API works correctly, but on the emulator with the same version for some reason the
Solution 1:
The "auto-downloaded-fonts" system is managed by Google Play Services.
This is installed on all "real" Android devices, so it'll work there.
But most emulators do NOT have Google Play Services installed, so they won't work there. It's only recently that Google published emulators which actually have Google Play Services installed.
Check if you have them installed on your 2 emulators, and i'm guess that the API 23 one does not have them, while the newer, API 27 one, does.
Post a Comment for "Fonts In Xml Not Working On Emulator Api 23"