java - AndroidStudio emulator "won't run unless you update Google Play Services" -
i have problem emulator, i'm using api 5.1.1 , have lastest version of google play services sdk manager.
androidmanifest.xml:
<uses-permission android:name="android.permission.access_fine_location" />
in build.grable:
compile 'com.google.android.gms:play-services:+'
navigate settings--> apps in emulator , find google play services, check version number , use in build.gradle
hope helps
Comments
Post a Comment