microg / AppleWifiNlpBackend

UnifiedNlp Backend that uses Apple's service to resolve wifi locations. Location calculation is done onboard and wifi locations are cached to minimize data usage.
Apache License 2.0
78 stars 15 forks source link

gradle cannot build WithMaps flavour #4

Closed aelmahmoudy closed 9 years ago

aelmahmoudy commented 9 years ago

Since WithMaps flavour refers to Google API, I wasn't able to build the WithMaps flavour, although before using gradle I was using https://github.com/mar-v-in/MapsAPI. Probably you need to 'gradify' your MapsAPI, then add a submodule entry for it, like you've done with UnifiedNlpApi.

mar-v-in commented 9 years ago

Currently the map feature is a minor and the corresponding activity can only be accessed using a shell command.

However i'll add that later once needed, the Pregrab might be an interesting feature for those without mobile data...

mar-v-in commented 9 years ago

WithMaps flavor has been removed in master, osmdroid is now used for the PregrabActivity