【发布时间】:2016-11-14 21:42:30
【问题描述】:
我决定从 Eclipse 迁移到 Android Studio。我从levelsList.cfg 中读取了级别列表。它在我的核心模块中。
FileHandle cfgFile = Gdx.files.classpath("levelsList.cfg");
reader = cfgFile.reader(256);
它在 Eclipse 中工作得很好。在 Android Studio 中我有
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: File not found: levelsList.cfg (Classpath)
【问题讨论】:
标签: java android eclipse libgdx