找不到LibGDX文件

时间:2014-06-09 15:36:46

标签: libgdx filenotfoundexception tiled

我试图用

在libGDX中加载平铺地图
tileMap = new TmxMapLoader().load("maps/level1.tmx");

但不知何故它返回一个File not found异常:

Caused by: com.badlogic.gdx.utils.GdxRuntimeException: File not found: maps\level1.tmx (Internal)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:136)
at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:164)
at com.badlogic.gdx.utils.XmlReader.parse(XmlReader.java:81)
... 9 more

我已经尝试将路径更改为“/maps/level1.tmx”和其他东西,但没有任何作用。它每次都返回文件未找到的异常。有人能看到错误吗?

.tmx文件的路径是:

assets/maps/level1.tmx

原始资产文件夹位于android项目中,在每个项目中,资产文件夹都已链接..

0 个答案:

没有答案