Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be smaller

The problem is because your app min sdk is 8 and you selected to use the Google Plus services that requires min sdk 9.

Change the line “minSdkVersion 8” to “minSdkVersion 9“. So, save it.

After, Clean Project and Rebuild it.

Leave a Comment