How to update Google Play Services to 9.8.7

前端 未结 2 500
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 01:30

I am trying to implement firebase in android project but always getting:
Google Play services out of date. Requires 9877000 but found 9

相关标签:
2条回答
  • 2020-12-19 02:00

    A possible walkthrough would be to downgrade the emulator's API version (e.g. from 23 to 20) by creating a new emulator (Tools -> Android -> AVD Manager -> Create New Virtual Device. On the second screen, select your prefered (e.g. 20) API version.

    0 讨论(0)
  • 2020-12-19 02:11

    The updated Android tools (which contains the Android Emulator system image) isn't out yet. Only once that is out will your emulators have Google Play Services 9.8, which is a prerequisite for Firebase SDK 9.8.

    If you want to test on an emulator, you will have to downgrade your app to Firebase SDK 9.6 for the moment.

    If you deploy to a physical device, it'll likely already have the latest version.

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