mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -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
|
||||
|
||||
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 {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
Loading…
x
Reference in New Issue
Block a user