I am trying to import an Android sample project then i get this message error:
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 10 cannot be smaller than version 14 declared in library [com.google.android.gms:play-services:11.0.0] C:\Users\HP.android\build-cache\084ac0ca1bed4f5e30644d43f2b1fe5758c0d427\output\AndroidManifest.xml Suggestion: use tools:overrideLibrary="com.google.android.gms.play_services" to force usage
use tools:overrideLibrary = "com.google.android.gms.play_services"
– snachmsm