mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Disable x86_64 as also framebuffer error
This commit is contained in:
parent
f6d33d0408
commit
47232cc796
@ -28,7 +28,7 @@ android {
|
|||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86", "x86_64" // , "arm64-v8a"
|
abiFilters "armeabi-v7a", "x86", // "x86_64", "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +55,6 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keep the following configuration in order to might make Minecraft 1.12 support.
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user