dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.0-alpha1'
compile 'com.google.android.gms:play-services:9.0.82'
}
i have click on install repository and sync project
but does not work, Why?. And i am new to location based services and having problem with coding. i am using genymotion google-play-service version(9.0.82) so that it will be compatible to run in that virtual device(api 14: 4.1.1 ).
And does it matter SDK manager's google-play-service version ?(i have already latest update on google play services rev 29 on SDK) please help me i got stuck.