How to download Google Play Services in an Android emulator?

后端 未结 12 1248
借酒劲吻你
借酒劲吻你 2020-11-22 15:26

I want to use Google Play Services API in my application, but when I open the emulator to test my application it sends me a message that says \"Google Play Services must be

12条回答
  •  春和景丽
    2020-11-22 15:55

    Check out Setting Up Google Play Services which says:

    To develop an app using the Google Play services APIs, you need to set up your project with the Google Play services SDK.

    If you haven't installed the Google Play services SDK yet, go get it now by following the guide to Adding SDK Packages.

    To test your app when using the Google Play services SDK, you must use either:

    • A compatible Android device that runs Android 2.3 or higher and includes Google Play Store.
    • The Android emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or higher.

提交回复
热议问题