I was going through the new Android O features, and one of the new thing is now app can add fonts directly into res
folder. As per the android documentation for working with fonts, one of the 1st step is to create a new resource type named "font" using Right-click the res folder and go to New > Android resource directory.
But I could not see "font" option available for resource type in the drop down in android studio.
I am not able to see "font" option in the drop down, and hence I am unable to create font android resource directory.
My Android studio details:
Android Studio 2.3 Build #AI-162.3764568, built on February 24, 2017 JRE: 1.8.0_112-release-b06 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
One thing I noticed is that the drop down is actually scrollable but because the scrollbar is quite dark, others might not notice it. I can't find "font" at first until I scrolled it downwards.