mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 354 forks source link

Restarts Genymotion #114

Open EmreSURK opened 8 years ago

EmreSURK commented 8 years ago

When working in Genymotion, when start() method called the Genymotiın Emulator restarts immediatelly. I can not able to see any log about this situation.

Dummy code is this; SmartLocation.with(AddressInfo.this) .location() .oneFix() .start(new OnLocationUpdatedListener() { @Override public void onLocationUpdated(Location location) { });

rohankandwal commented 8 years ago

I have seen same issue as well.

fredpedersen commented 8 years ago

Same issue here. Appears to be only on genymotion devices without play services installed.

I think it may be related to this: https://code.google.com/p/android/issues/detail?id=189951