Manifest Merging Failed: Android Studio
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 { compileSdkVersion 17 buildToolsVersion "19.0.1" defaultConfig { minSdkVersion 4 targetSdkVersion 17 } buildTypes { release { runProguard false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile project(':slidingMenu') compile project(':slidingMenu') compile files('libs/GoogleAdMobAdsSdk-6.4.1.jar') compile files('libs/Parse-1.4.0.jar') } Manifest file: <manifest xmlns:android="http:/