0

I'm working with emulator on android studio about location services and api's but I have an error "This app won't run without Google Play Services , which are missing from your phone."

My emulator is Nexus 5 -- API Level 21(Android 5.0.1) -- ARM CPU and I downloaded sdk tools google APIs something.

mguzel
  • 1
  • 3

1 Answers1

0

You need to run Android SDK Manager and check if this is installed:

Open the group Android 5.0.1 (API 21) - Check Google APIs - Check ARM EABI v7a System Image

Normally if this two artefacts are installed you can run it without problems.

If not, check also: - Android SDK Tools and Android SDK Platform-Tools in Tools - Android Support Library, Google Play Services and Google USB Driver in Extras

João Marcos
  • 3,872
  • 1
  • 19
  • 14