OSDN Git Service

Add x86 build
authorncornette <nicolas.cornette@gmail.com>
Thu, 3 Oct 2013 22:09:50 +0000 (00:09 +0200)
committerncornette <nicolas.cornette@gmail.com>
Thu, 3 Oct 2013 23:14:16 +0000 (01:14 +0200)
commit075a4cdc5b42c37ef8490dd16c3772bd4955549f
treea47d44b4af9a58bded6323f6a570b2be70e233d9
parentb15c732899cebc7903a08c070e02160c2eb5f82a
Add x86 build

It allows to execute application at near native performance on Android emulator
when using x86 system image, KVM enabled and GPU Acceleration.

don't forget to add this dependency in your project's pom.xml :

        <dependency>
            <groupId>com.badlogicgames.gdx</groupId>
            <artifactId>gdx-platform</artifactId>
            <version>${gdx.version}</version>
            <classifier>natives-x86</classifier>
            <scope>provided</scope>
        </dependency>
gdx/jni/maven/pom.xml
gdx/jni/maven/x86.xml [new file with mode: 0644]