fix: vtm-android-gdx build

This commit is contained in:
Hannes Janetzek
2014-03-22 20:21:11 +01:00
parent fed257a1f7
commit af823f74c7
4 changed files with 60 additions and 54 deletions

View File

@@ -0,0 +1 @@
root=DEBUG:%logger

View File

@@ -40,13 +40,11 @@ public class MainActivity extends AndroidApplication {
super.onCreate(savedInstanceState);
AndroidGraphics.init();
GdxAssets.init("");
GLAdapter.init(new AndroidGLAdapter());
// TODO make this dpi dependent
Tile.SIZE = 400;
AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration();
//cfg.useGL20 = true;
new SharedLibraryLoader().load("vtm-jni");