-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
When a project that includes google_navigation_flutter integrates a package containing GoogleMaps and builds the Android app, an error occurs. (No error occurs when building the iOS app.)
The following is the error when the flutter_stripe package is integrated.
Error
Execution failed for task ':app:checkDebugDuplicateClasses'.
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class com.google.android.gms.maps.CameraUpdate found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.CameraUpdateFactory found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$CancelableCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$InfoWindowAdapter found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCameraChangeListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCameraIdleListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCameraMoveCanceledListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCameraMoveListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCameraMoveStartedListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnCircleClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnGroundOverlayClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnIndoorStateChangeListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnInfoWindowClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnInfoWindowCloseListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnInfoWindowLongClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMapClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMapLoadedCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMapLongClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMarkerClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMarkerDragListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMyLocationButtonClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMyLocationChangeListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnMyLocationClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnPoiClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnPolygonClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$OnPolylineClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMap$SnapshotReadyCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.GoogleMapOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.LocationSource found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.LocationSource$OnLocationChangedListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.MapFragment found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.MapView found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.MapsInitializer found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.MapsInitializer$Renderer found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.OnMapReadyCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.OnMapsSdkInitializedCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.OnStreetViewPanoramaReadyCallback found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.Projection found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanorama found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanorama$OnStreetViewPanoramaCameraChangeListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanorama$OnStreetViewPanoramaChangeListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanorama$OnStreetViewPanoramaClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanorama$OnStreetViewPanoramaLongClickListener found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanoramaFragment found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanoramaOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.StreetViewPanoramaView found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.SupportMapFragment found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.SupportStreetViewPanoramaFragment found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.UiSettings found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.BitmapDescriptor found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.BitmapDescriptorFactory found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.ButtCap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.CameraPosition found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.CameraPosition$Builder found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Cap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Circle found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.CircleOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.CustomCap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Dash found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Dot found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Gap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.GroundOverlay found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.GroundOverlayOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.IndoorBuilding found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.IndoorLevel found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.JointType found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.LatLng found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.LatLngBounds found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.LatLngBounds$Builder found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.MapStyleOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Marker found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.MarkerOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.PatternItem found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.PointOfInterest found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Polygon found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.PolygonOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Polyline found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.PolylineOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.RoundCap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.RuntimeRemoteException found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.SquareCap found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaCamera found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaCamera$Builder found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaLink found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaLocation found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaOrientation found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewPanoramaOrientation$Builder found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.StreetViewSource found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.Tile found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.TileOverlay found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.TileOverlayOptions found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.TileProvider found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.UrlTileProvider found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
Duplicate class com.google.android.gms.maps.model.VisibleRegion found in modules jetified-navigation-6.0.0-runtime (com.google.android.libraries.navigation:navigation:6.0.0) and jetified-play-services-maps-18.0.2-runtime (com.google.android.gms:play-services-maps:18.0.2)
When both the flutter_stripe package and the google_maps_flutter package are integrated, the same error does not occur. Therefore, I suspect there might be an issue with google_navigation_flutter.
Environment details
- google_navigation_flutter 0.4.0
- MacOS 14.7.1
- Flutter SDK: 3.24.4
Steps to reproduce
- Define google_navigation_flutter in pubspec.yaml
- Define package that includes Google Maps in pubspec.yaml
- Build on Android
- Error occurs
yuya-okada
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.