akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
571 stars 174 forks source link

com.google.maps.android.BuildConfig is defined multiple times #73

Closed Azarnoyz closed 4 years ago

Azarnoyz commented 4 years ago

Him i have a problem, i already use lib with map, and i have issue with multiple package, how can i resolve it?

if i try it: implementation ('com.akexorcist:google-direction-library:1.2.0') { exclude module: 'google-maps-utils' } then i catch: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/maps/android/PolyUtil;

How can i get ArrayList directionPositionList = route.get(0).getLegList().get(0).getDirectionPoint(); without method getDirectionPoints()?