高德地图 Duplicate class com.amap.api.fence.DistrictItem found in the following modules: jetified-3dmap-

问题

笔者进行Android项目开发,集成高德地图,控制台报错。

详细问题

笔者按照Android 地图SDK中Android Studio 配置工程所给方式进行高德地图集成

dependencies { //3D地图so及jar
    implementation 'com.amap.api:3dmap:latest.integration'
    //定位功能
    implementation 'com.amap.api:location:latest.integration'
    //搜索功能
    implementation 'com.amap.api:search:latest.integration'
}

运行控制台报错

Duplicate class com.amap.api.fence.DistrictItem found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.DistrictItem$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.GeoFence found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.GeoFence$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.GeoFenceClient found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.GeoFenceListener found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.PoiItem found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.fence.PoiItem$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocation found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocation$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClient found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$2 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationMode found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationClientOption$GeoLanguage found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationListener found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.AMapLocationQualityReport found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.APSService found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.CoordUtil found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.CoordinateConverter found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.CoordinateConverter$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.CoordinateConverter$CoordType found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.DPoint found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.DPoint$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.UmidtokenInfo found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.UmidtokenInfo$1 found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.amap.api.location.UmidtokenInfo$a found in the following modules: jetified-3dmap-9.8.3 (com.amap.api:3dmap:9.8.3), jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.a$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.a$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.a$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.a$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.aa found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ab found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ac found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ac$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ac$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ad found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ae found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ae$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ae$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ae$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.af found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ag found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ah found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ai found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ai$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ai$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.aj found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ak found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.al found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.al$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.am found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.an found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ao found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ap found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.aq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ar found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.as found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.at found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.at$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.au found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.av found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.av$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.av$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.av$2$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.aw found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.aw$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ax found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ay found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.az found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ba found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bb found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bc found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bd found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.be found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bf found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bg found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bh found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bi found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bj found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bk found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$3 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$a$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bl$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bm found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bm$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bn found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bo found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bo$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bp found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bq$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bq$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bq$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$d found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$e found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.br$f found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bs found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bt found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bt$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bt$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bt$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bu found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bv found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bw found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bx found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.by found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.by$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.bz found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ca found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ca$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cb found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cc found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cd found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ce found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cf found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cg found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ch found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ci found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cj found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ck found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cl found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cm found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cn found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.co found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cp found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cq$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cq$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cr found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cr$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cs found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cs$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ct found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ct$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cu found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cv found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cw found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cx found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cy found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cz found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.cz$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$3 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.d$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.da found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.da$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.db found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.db$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dc found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dd found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.de found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.df found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dg found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dh found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.di found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dj found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dk found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dl found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dm found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dn found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.do found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dp found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dr found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ds found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dt found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.du found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.du$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dv found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dv$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dv$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dw found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dx found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dy found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.dz found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.e found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.e$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.e$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ea found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eb found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ec found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ed found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ee found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ef found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eg found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eh found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ei found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ej found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ek found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.el found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.em found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.en found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.en$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.en$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eo found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ep found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eq$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.er found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.er$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.er$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.es found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.es$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.es$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.es$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.et found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.eu found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ev found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ew found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ex found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ex$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ex$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ex$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ey found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ez found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.f found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fa found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fb found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fb$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fb$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fc found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fd found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fd$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fe found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ff found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fg found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fh found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fi found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fj found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fj$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fk found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fl found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fm found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fm$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fn found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fo found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fp found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fq found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fr found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fs found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fs$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ft found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fu found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fv found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fw found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fx found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fy found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fz found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.fz$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.g found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.g$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ga found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.gb found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.gc found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.gd found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ge found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ge$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.ge$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.h found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.h$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.h$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.h$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.i found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.i$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.i$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.i$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.j found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.k found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.l found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.l$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$b$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$b$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$d found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$e found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$f found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.m$g found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.n found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.n$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$b$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$b$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.o$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.p found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.q found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.q$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.q$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.r found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.s found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$2 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$b found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$c found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.t$d found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.u found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.u$1 found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.v found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.w found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.w$a found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.x found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.y found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Duplicate class com.loc.z found in modules jetified-AMap_Location_V6.4.2_20231215 (AMap_Location_V6.4.2_20231215.jar) and jetified-location-6.4.2 (com.amap.api:location:6.4.2)
Go to the documentation to learn how to Fix dependency resolution errors.

解决方案

dependencies { //3D地图so及jar
    implementation 'com.amap.api:3dmap:latest.integration'
    //定位功能
    implementation 'com.amap.api:location:latest.integration'
    //搜索功能
    implementation 'com.amap.api:search:latest.integration'
}

修改为

dependencies { // implementation fileTree(dir: 'libs', include: ['*.jar'])
    //3D地图so及jar
    implementation 'com.amap.api:3dmap:9.2.0'
    //定位功能
    //implementation 'com.amap.api:location:latest.integration'
    //搜索功能
    implementation 'com.amap.api:search:9.2.0'
}

产生原因

问题产生的根本原因是由于在笔者的项目中,同时引入了不同版本的高德地图 SDK 模块,而这些不同版本的模块中含有相同的类,导致了类冲突。

具体来说,笔者的依赖中同时引入了 com.amap.api:3dmap 和 com.amap.api:location 模块,这两个模块都含有名为 com.amap.api.fence.DistrictItem 的类。然而,这两个模块的版本不同,导致了相同类的冲突。

解决原因

解决这个问题的方法是明确指定特定版本的依赖,确保您项目中引入的所有模块版本一致。这样可以避免类冲突,并确保您的项目能够正常编译和运行。在笔者的解决方案中,已经明确指定了特定版本的依赖,因此成功解决了这个问题。

参考文献

Android高德地图9.3.0版本解决依赖包重复异常Program type already present: com.amap.api.fence.DistrictItem

产生原因与解释原因部分 部分内容参考chatgpt

原创不易

转载请标明出处

如果对你有所帮助 别忘啦点赞支持哈