How to download Google Play Services in an Android emulator?

后端 未结 12 1126
借酒劲吻你
借酒劲吻你 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 16:09

    The key is to select the target of your emulator to, for example: Google APIs (ver 18). If you select, for example, just Jellybean 18 (without API) you will not be able to test apps that require Google services such as map. Keep in mind that you must first download the Google API of your favorite version with the Android SDK Manager.

    This is a good practice and it is far better than juggling with most workarounds.

提交回复
热议问题