Error: Execution failed for task ': app: processDebugManifest'.

Manifest merger failed: uses-sdk: minSdkVersion 8 [com.google.android.gms: play-services: 7.0.0] C: \ Android \ AppFolder \ Source \ SingleWeather \ app \ build \ intermediates \ exploded-aar \ com.google.android.gms \ play-services \ 7.0.0 \ AndroidManifest.xml Suggestion: use tools: overrideLibrary = "com.google.android.gms.all" to force usage

    1 answer 1

    Literally - the conflict manifestos. If Google services have a minimum api - 9, and something else has, apparently, the application itself has 8. It is necessary to add tools:overrideLibrary="com.google.android.gms.all" or increase the level of API. I advise you to immediately increase to 16.