How to get LibGDX gradled eclipse project to work on AIDE (Android IDE app)
问题 I am trying to get libgdx gradle project to work on AIDE. AIDE is an app on android that acts like a IDE. It doesnt seems to work as the buildconfig.java does not have the package name generated. Anyone have any workaround? 回答1: Ok, I've got my project compiling. What I did was... Created a new LibGDX project under AIDE. Left all the folder names as they were. i.e. gdx-game, gdx-game-android. Using adb I pushed all my files into these respective folders. e.g. core = gdx-game, android = gdx