3
When I try to emulate the application I’m developing the following error appears.
Error:Execution failed for task ':app:processDebugManifest'.
Manifest Merger failed : uses-sdk:minSdkVersion 3 cannot be smaller than version 9 declared in library /home/any/Androidstudioprojects/Caronasfepi/app/build/Intermediates/exploded-Aar/com.google.android.gms/play-services/7.3.0/Androidmanifest.xml Suggestion: use tools:overrideLibrary="com.google.android.gms.all" to force Usage
Never appeared this message before, do not know how to solve.
Try to get into your
Manifest
of your app and onminSdkVersion
, Change 3 and put 9.– Vale