Problem in Google Maps emulator

1

Could you help me with this error in the Android SDK Manager emulator, I have everything installed in Android sdk Manager (Google Play Services) I am using the marshmallow emulator Android 6.0 API 23.

My application shows the geo-location in google maps which consumes an API, the problem is not the API, it is the emulator which does not show the points, the key that I generate in google is correct, the emulator does not show me the points of the locations.

When I try to install Google Play Services from the emulator it marks me the following errors

and when I try to open it from the Play store I get the following error

    
asked by Daniel 31.10.2017 в 21:23
source

1 answer

0

In this case the message shown in your application refers to your application requires a good performance to have installed on your device **Google Play Services **

In this case your application uses Google Maps therefore requires Google Play Services, to solve this you must install Google Play Services on your physical device or emulator.

    
answered by 31.10.2017 / 21:33
source