简体   繁体   中英

How to fix Manifest merger failed?

清单合并失败:uses-sdk:minSdkVersion 1 不能小于库 [androidx.legacy:legacy-support-v4:1.0.0] C:....\\AndroidManifest.xml 中声明的版本 14 错误 1 ​​建议:使用minSdk 最多为 15 的兼容库,或将此项目的 minSdk 版本增加到至少 22

Update the Module build.gradle minSdk to 22 or more api level.

defaultConfig {
        applicationId "com.example.test"
        minSdkVersion 22
        targetSdkVersion 26
        versionName "1.0"
        versionCode 1

    }

Any phone actually run the api lvl 1.

See the bellow statistics to know more about the api lvl usage:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM