I'm developing an app that uses Google Maps, but everytime I navigate to Map Activity, throws this message: This app won't run without Google PLay services, which are missing from your phone
. I'm using Google APIs (Google Inc.) - API Level 11. It should work becauses it is the system image with Google Play services.
I'm using Android Studio and using com.google.android.gms:play-services:+
dependencies.
Can anybody tell me if there is something I'm missing?
Thank you!