Please help me, I am a beginner in android
When running my android application about geolocalisation the emulator shows me "app-name will not run unless you update google play services" I tried to install the packages but no difference the problem persists.
Related
I'm trying deploy an app with Google Maps API since 2 days ago.. But without results, I know it is the emulator problem, I read a lot about install Google Play Services at emulator, but any solutions don't fix my problem.
Someone can help me?
I'm developing Android App with Xamarin and debuggin with XAP
Try to set target to Google API's SDK, also: did you tried to run it on actual Android device?
I am integrating Google Plus Sign In for my app. The only thing is I have everything updated in Android SDK but still when I run my app in Android Emulator, I get a error in Android Studio saying "Google Play services out of date. Requires 7327000 but found 6774480".
Android Studio doesn't allow me to use older version of Play Services.
I searched different ways to install latest Google Play Service offline (.apk) but it gives incompatibility error when run using "adb install gps.apk".
How is it like even the latest Android OS image has old version of Google Play Service installed and not even a update indicator in Android SDK for these services?
Use APK MIRROR, it contains all version of Google Play Services.
P.S. Remember to uninstall already installed version of Google PlayService from the device before installing the new one.
Thanks Murtaza for contributing to this but I found the solution in between all this. I was using Google API image in Emulator where the Google Play Services are already installed.
So we have 2 options of Uninstalling/Reinstalling them, of which NONE worked.
What I did was downloaded the APK from your given link and installed it on the Emulator without Google API image. It successfully installs in there and I got the updated Google Play Service installed on the Emulator.
Hi i am trying out Google fit.when i run the app on emulator it show an dialog that you need to update the play services to run the app but when i click on update nothing happens
my current version of Google play service on emulator is 5.0.53 and on installing using adb command it gives a duplicate certificate error ??
I am using Android L emulator and everything in the sdk manager is updated
You need Google play services 5.2.08 (or later) and I don't think it is available in the emulator yet only on dev images for nexus 5 & 7. Hopefully the new version of google play services will be released to the public soon.
https://developers.google.com/fit/preview
What i am doing ::I am trying to use Maps in emulator
My emulator setup::
Error message::
What i have done ::
I have updated the google play services in sdk- still same error
I tried Gennymotion- no play services at present
I saw some people saying API-19 can run map but, still i am not able
to run
i don't have a device
Should i need to do something to update, if so what is it ?
Have you installed these
Install com.android.vending.apk (Google Play Store, v.3.10.9)
Install com.google.android.gms.apk (Google Play Service, v.2.0.12)
apks in emulator.
Follow these steps which I answered for another question..
I installed Google play store on my android emulator successfully. But when I try to run Google app it gives "Unfortunately, Google services framework has stopped" error message. I tried to fix it using clear cache of Google play store app, clear data of Google services framework app and restart the device. Also I tried for new emulators. But It didn't work. Does it a matter version of android sdk and Google Services Framework.apk version?
Suggest a way to fix this problem.
Read up on the guide provided by Android here.
Specifically, note:
To test your app when using the Google Play services SDK, you must use
either:
A compatible Android device that runs Android 2.3 or higher and
includes Google Play Store.
The Android emulator with an AVD that runs
the Google APIs platform based on Android 4.2.2 or higher.
As long as you satisfy those requirements, follow the installation instructions provided to install the SDK into your Developer environment.