0

I used to work with the "old school" location services and I could insert manual locations to the emulator. Now that I switched to work with Google Play servcies it seems that I can't receive any manual location. I am asking for updates: locationclient.requestLocationUpdates(locationrequest,this); and after inserting manual locations, onLocationChanged() is never called.

I tried to change the accuracy but still not working. My emulator supports version 4.3 with updated Google services installed.

Note that my location code is working well with real devices.

Andy
  • 301
  • 1
  • 11

1 Answers1

0

I have a suggestion, Try to use Genymotions for testing maps/places app. it is faster than emulator and you can build and check maps application.

www.genymotion.com/‎

Ashwin S Ashok
  • 3,623
  • 2
  • 29
  • 36
  • I tried Genymotions and installed the Google Play services according to this guide: http://stackoverflow.com/questions/17831990/how-do-you-install-google-frameworks-play-accounts-etc-on-a-genymotion-virtu/20013322#20013322. But unfortuanetly when checking GooglePlayServicesUtil.isGooglePlayServicesAvailable(this), I receive '2' instead of SUCCESS. – Andy Dec 11 '13 at 08:24
  • Try to update the google apps and google play services in genymotions. – Ashwin S Ashok Dec 11 '13 at 08:50
  • I think it is up to date. How can I verify that? – Andy Dec 12 '13 at 07:25
  • Just go apps in setting..if updates is installed then uninstall it, it will be automatically updated.. otherwise..i will send u the virtual machine with preloaded google apps. – Ashwin S Ashok Dec 12 '13 at 09:28