com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: - Error

后端 未结 3 1780
日久生厌
日久生厌 2020-12-22 11:02

I am trying to develop an application in libGDX for iOS.

In my Java class I have written this line

private Texture texture = new Texture(Gdx.files.in         


        
3条回答
  •  青春惊慌失措
    2020-12-22 11:04

    I also suffer this problem,I seemingly solve it. That is:I get GDX project from excuting gdx-setup.jar,and obtain all so files in lib directroy. that's all!

提交回复
热议问题