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.