There are a number of variations of this question, however most are very old, and don\'t really answer the question at all. I\'m NOT asking how to install Play Services, th
Same problem with API 25, Studio 2.2.3, resolved changing line
compile 'com.google.android.gms:play-services:10.2.0'
to
compile 'com.google.android.gms:play-services:9.8.0'
in build.gradle(Module:app), while waiting for an update of Google Play Services in emulator images.
What worked for me is:
Check for and install any new updates. You specifically want to make sure that you're installing the newest version of Google Play Services. Also, you can check for the version of Google Play Services that you're using in the SDK Manager.
Delete all your emulators in the AVD (Android Virtual Device) Manager.
Create new emulator(s).
Should work fine afterwords!