dpdearing / android-gps-emulator

A Google Maps-based tool for simulating the GPS location of the Android emulator
Apache License 2.0
214 stars 50 forks source link

com.dpdearing.sandbox.gpsemulator.common.LocationServiceAsync not found #20

Closed yuanjifeng closed 4 years ago

yuanjifeng commented 4 years ago

com.dpdearing.sandbox.gpsemulator.common.LocationServiceAsync not found

dpdearing commented 4 years ago

That is a generated source file through the maven configuration.

If you run mvn compile it should be found at android-gps-emulator/target/generated-sources/gwt/com/dpdearing/sandbox/gpsemulator/common

dpdearing commented 4 years ago

I assume this solved the problem? Closing