[SOLVED][LIBGDX] android load file from json

I load json

Gdx.files.classpath("assets/Json/DamageText.json")

in this file I load font

"com.badlogic.gdx.graphics.g2d.BitmapFont": {
        "ubuntu": { "file": "assets/Font/ubuntu.fnt" }
    },

In desktop this is work, but in android I have FATAL EXCEPTION: GLThread

How I can fix it?