I get "Google Play Services" message when I run my app using emulator
I have checked many posts and they said I have to download Google APIs and Google Play Services
and I already did, and I have this code in Gradle.build
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.google.android.gms:play-services:7.3.0'
}
How to resolve this issue?