Skip to content Skip to sidebar Skip to footer

Downloadable Fonts Exception

I decided to use Downloadable fonts in my project. I implemented everything as recommened in the guide. The following problem occured, when i tried to get font from ResourcesCompa

Solution 1:

Quote from https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html#via-android-studio:

You can set your application to download fonts by using Android Studio 3.0. To help you get started with the Downloadable Fonts features, you can use the font provider from Google Play services.

Note: A device must have Google Play services version 11 or higher to use the Google Fonts provider.

Post a Comment for "Downloadable Fonts Exception"