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

后端 未结 8 1611
逝去的感伤
逝去的感伤 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.

    0 讨论(0)
  • 2020-11-30 14:22

    What worked for me is:

    1. 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.

    2. Delete all your emulators in the AVD (Android Virtual Device) Manager.

    3. Create new emulator(s).

    Should work fine afterwords!

    0 讨论(0)
提交回复
热议问题