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.