Hi all.
I’ve hit a hurdle while trying to build an app that implements Google’s navigation api via a .aar
Basically it seems that play-services-maps is included in every Android build even when MobileMapViewer is unused; this makes it impossible to use Google’s Navigation SDK (or any library bundling the Maps SDK), which requires play-services-maps to be excluded.
Is there a way to only include it when a MobileMapViewer exists in the project, or provide a way to exclude framework dependencies? As it stands I’m at a roadblock for developing my in car navigation system.