Я получаю сообщение об ошибке при установке Build APK на устройстве oreo.он отлично работает с другими устройствами, за исключением орео.Пожалуйста, помогите мне.
ОШИБКА :
Возникла проблема при анализе пакета
здесьмой Gradle
compileSdkVersion 27
dataBinding.enabled = true;
defaultConfig {
applicationId "com.xxxxxxxxx"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
postprocessing {
removeUnusedCode false
removeUnusedResources false
obfuscate false
optimizeCode false
proguardFile 'proguard-rules.pro'
}
}
}
}