Home > Mobile >  Small white for great god solve Android studio error code
Small white for great god solve Android studio error code

Time:09-20

ERROR: Conflicting configuration: 'armeabi - v7a, armeabi' in the NDK abiFilters always be present when splits abi filters are set: armeabi - v7a
Affected Modules: app
Compiled at the end of the mistakes for bosses to help. Build. Gradle below


Ext {
Var='../talent. Keystore '
}
Apply the plugin: '. Com. Android application '

Android {
CompileSdkVersion 28
DefaultConfig {
ApplicationId "com. Movtalent. App"
MinSdkVersion 19
TargetSdkVersion 28
VersionCode 100
VersionName "1.0.0"
TestInstrumentationRunner "android. Support. The test. The runner. AndroidJUnitRunner"
MultiDexEnabled true
PackagingOptions {
Exclude 'meta-inf/rxjava. The properties'
}
//tencent + your AppId
ManifestPlaceholders=[" tencentAuthId ":" 1109823571 "]
MultiDexEnabled true
The NDK {
AbiFilters armeabi ", "" armeabi - v7a"
}
TestInstrumentationRunner "android. Support. The test. The runner. AndroidJUnitRunner"
LintOptions {
AbortOnError false
CheckReleaseBuilds false
//prevent when released to Build caused by MissingTranslation Failed!
Disable 'MissingTranslation'

}
}
SigningConfigs {

Release

CodePudding user response:

https://blog.csdn.net/stven_king/article/details/102589401
  • Related