I add this dependency:
compile 'com.google.android.gms:play-services-location:7.5.0'
compile 'com.google.android.gms:play-services-ads:+'
However, upon Sync, I get this message:
Error:Execution failed for task ':app:processDebugResources'.> Error: more than one library with package name 'com.google.android.gms'You can temporarily disable this error with android.enforceUniquePackageName=falseHowever, this is temporary and will be enforced in 1.0
build.gradle- IntelliJ Amiya