Initial creation of Arc port
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
android:appCategory="game"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GdxTheme" android:fullBackupContent="@xml/backup_rules">
|
||||
<meta-data android:name="android.max_aspect" android:value="2.1" />
|
||||
<activity
|
||||
android:name="io.anuke.mindustry.AndroidLauncher"
|
||||
android:label="@string/app_name"
|
||||
|
||||
@@ -43,7 +43,6 @@ dependencies {
|
||||
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-arm64-v8a"
|
||||
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86"
|
||||
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86_64"
|
||||
implementation "com.badlogicgames.gdx:gdx-controllers-android:$gdxVersion"
|
||||
}
|
||||
|
||||
task deploy(type: Copy){
|
||||
|
||||
@@ -4,7 +4,7 @@ import com.badlogic.gdx.backends.android.AndroidApplication;
|
||||
import java.util.concurrent.ExecutorService;
|
||||
import java.util.concurrent.Executors;
|
||||
|
||||
public class PatchedAndroidApplication extends AndroidApplication {
|
||||
public abstract class PatchedAndroidApplication extends AndroidApplication {
|
||||
private final ExecutorService exec = Executors.newSingleThreadExecutor();
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user