Disable x86_64 as also framebuffer error

This commit is contained in:
Tran Khanh Duy 2020-09-26 07:06:41 +07:00 committed by GitHub
parent f6d33d0408
commit 47232cc796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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