How to update Google Play Services for Android Studio 2.2 emulators?

后端 未结 8 1672
逝去的感伤
逝去的感伤 2020-11-30 13:48

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

8条回答
  •  执笔经年
    2020-11-30 14:20

    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.

提交回复
热议问题