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
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.