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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -