Manifest Merging Failed: Android Studio

后端 未结 2 1436
野趣味
野趣味 2021-01-16 07:05

I am not sure what\'s the issue. I googled and though it was about matching the sdk versions. They are the same as follows:

build.gradle

android {
co         


        
2条回答
  •  无人共我
    2021-01-16 07:39

    I think slidingMenu library minSdkVersion is greater than yours (minSdkVersion 4). So manifests cant be merged. You cant use library that requires min version 11 (e.g.) in app that works on api version 4.

提交回复
热议问题