K. Jor
K. Jor

Reputation: 49

Can't implement Google Maps in Android project

i get that my app won't run without Google Play services,which are missing from your phone. but I have added them as a dependency

Upvotes: 1

Views: 73

Answers (3)

K. Jor
K. Jor

Reputation: 49

I resolved by lowering the version of google play services in dependecies, and it now works on the emulator because the latest version 9.4.0 was not compatible with that of the emulator

Upvotes: 1

Yasin Kaçmaz
Yasin Kaçmaz

Reputation: 6663

Only dependencies is not enough for it; you should have Google play Services in the latest version.

You can download Gapps for Emulators in http://opengapps.org/ (select x86 or x86_64 if you can't with ARM) and update them.

Upvotes: 1

mariopce
mariopce

Reputation: 1136

Check if "play services" are installed and works on your phone. Which version of play services are installed on your phone ?

Upvotes: 1

Related Questions