json file for libgdx Table
I am trying to make a Table that has a Skin based on libgdx's default LabelStyle and BitmapFont through the use of a json file. (this file is supposed to hold the references of these two objects) In doing this I am getting some unclear errors. For instance: Exception in thread "LWJGL Application" com.badlogic.gdx.utils.SerializationException: Error reading file: ui/uiskin.json at com.badlogic.gdx.scenes.scene2d.ui.Skin.load(Skin.java:96) at com.badlogic.gdx.scenes.scene2d.ui.Skin.<init>(Skin.java:73) at com.naitsirc.Interpolation.Test.show(Test.java:47) at com.badlogic.gdx.Game.setScreen(Game