mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Disable x86_64 as also framebuffer error
This commit is contained in:
parent
f6d33d0408
commit
47232cc796
@ -26,24 +26,24 @@ android {
|
|||||||
versionCode 156235
|
versionCode 156235
|
||||||
versionName "3.2.0_6404b_20200923"
|
versionName "3.2.0_6404b_20200923"
|
||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86", "x86_64" // , "arm64-v8a"
|
abiFilters "armeabi-v7a", "x86", // "x86_64", "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
signingConfig signingConfigs.customDebug
|
signingConfig signingConfigs.customDebug
|
||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
// Don't set to true or java.awt will be a.a or something similar.
|
// Don't set to true or java.awt will be a.a or something similar.
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
// defaultConfig already set
|
// defaultConfig already set
|
||||||
// multiDexEnabled = true
|
// multiDexEnabled = true
|
||||||
debuggable = true
|
debuggable = true
|
||||||
}
|
}
|
||||||
@ -54,8 +54,7 @@ android {
|
|||||||
path file('src/main/jni/Android.mk')
|
path file('src/main/jni/Android.mk')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
@ -63,18 +62,18 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
||||||
implementation 'commons-codec:commons-codec:1.14'
|
implementation 'commons-codec:commons-codec:1.14'
|
||||||
implementation 'com.wu-man:android-bsf-api:3.1.3'
|
implementation 'com.wu-man:android-bsf-api:3.1.3'
|
||||||
implementation 'com.android.support:support-v4:26.0.0'
|
implementation 'com.android.support:support-v4:26.0.0'
|
||||||
implementation 'com.android.support:preference-v7:26.0.0'
|
implementation 'com.android.support:preference-v7:26.0.0'
|
||||||
implementation 'com.android.support:appcompat-v7:26.0.0'
|
implementation 'com.android.support:appcompat-v7:26.0.0'
|
||||||
implementation 'com.android.support:preference-v14:26.0.0'
|
implementation 'com.android.support:preference-v14:26.0.0'
|
||||||
implementation 'com.android.support:design:26.0.0'
|
implementation 'com.android.support:design:26.0.0'
|
||||||
implementation 'com.android.support:support-annotations:26.0.0'
|
implementation 'com.android.support:support-annotations:26.0.0'
|
||||||
// compile 'com.google.guava:guava:24.0-android'
|
// compile 'com.google.guava:guava:24.0-android'
|
||||||
|
|
||||||
implementation 'org.tukaani:xz:1.8'
|
implementation 'org.tukaani:xz:1.8'
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user