You are on page 1of 1

com.badlogic.gdx.utils.

GdxRuntimeException: Error reading file:


NotTiled/mytileset.tsx (External)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:150)
at
com.badlogic.gdx.backends.android.AndroidFileHandle.read(AndroidFileHandle.java:85)
at com.mirwanda.nottiled.MyGdxGame.loadtsx(MyGdxGame.java:11322)
at com.mirwanda.nottiled.MyGdxGame.loadmap(MyGdxGame.java:10748)
at com.mirwanda.nottiled.MyGdxGame$178$1.run(MyGdxGame.java:10521)
at
com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:
487)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1575)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)
Caused by: java.io.FileNotFoundException:
/storage/emulated/0/NotTiled/mytileset.tsx (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:231)
at java.io.FileInputStream.<init>(FileInputStream.java:165)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:146)
... 7 more

You might also like