I'm using Android Studio 1.0.2 with LibGDX. I'm trying to use a custom .ttf file but it isn't working. This is what I've done:
I downloaded the gdx-freetype .jar and extracted it. Added the appropriate .so files the android target armeabi/armeabi-v7a. And the extracted contents of the .jar to the root lib folder as defined in this post from the developer.
I right clicked and linked the .jar to the library and followed the rest of the instructions of the accepted answer in this post.
The problem is that no matter what I do when I start typing FreeType... in my main Java class it doesn't show up or let me import it. Anyone have any other suggestions or have been through the same thing?