// https://mvnrepository.com/artifact/com.amap.api/location implementation 'com.amap.api:location:6.2.0' // https://mvnrepository.com/artifact/com.amap.api/navi-3dmap implementation 'com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0'
编译报错:
Duplicate class com.amap.api.fence.DistrictItem found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.DistrictItem$1 found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.GeoFence found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.GeoFence$1 found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.GeoFenceClient found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.GeoFenceListener found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
Duplicate class com.amap.api.fence.PoiItem found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
*****
Duplicate class com.amap.api.location.UmidtokenInfo$a found in modules location-6.2.0 (com.amap.api:location:6.2.0) and navi-3dmap-9.6.0_3dmap9.6.0 (com.amap.api:navi-3dmap:9.6.0_3dmap9.6.0)
依赖包中包含重复
可以删除依赖包文章来源:https://www.toymoban.com/news/detail-499674.html
// https://mvnrepository.com/artifact/com.amap.api/location implementation 'com.amap.api:location:6.2.0'文章来源地址https://www.toymoban.com/news/detail-499674.html
到了这里,关于Duplicate class com.amap.api.fence.DistrictItem found in modules location-6.2.0 and navi-3dmap-9.6.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!