Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓运行,会报这个错误 #14

Open
dengma0 opened this issue Dec 3, 2020 · 6 comments
Open

安卓运行,会报这个错误 #14

dengma0 opened this issue Dec 3, 2020 · 6 comments

Comments

@dengma0
Copy link

dengma0 commented Dec 3, 2020

Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:19:7-34
is also present at [locationsdk-1.0.0.aar] AndroidManifest.xml:27:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:7:5-117 to override.

@jaywcjlove
Copy link
Member

https://blog.csdn.net/epeaktop/article/details/74711779

@dengma0 百度一下,到处都是这个问题。

@jaywcjlove
Copy link
Member

@dengma0 不知道你 React Native 是什么版本。我这里是指了 false

@dengma0
Copy link
Author

dengma0 commented Dec 3, 2020

我的 "react-native": "0.63.3",
我的值也为false

@dengma0
Copy link
Author

dengma0 commented Dec 3, 2020

@jaywcjlove

@jaywcjlove
Copy link
Member

@dengma0 你按照百度里面的解决方法试一试?

@dengma0
Copy link
Author

dengma0 commented Dec 3, 2020

您好,解决了上面的问题后,再次 npm run android,就会出现这个错误提示了

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class com.amap.api.fence.DistrictItem found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.DistrictItem$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.GeoFence found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.GeoFence$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.GeoFenceClient found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.GeoFenceListener found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.PoiItem found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.fence.PoiItem$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocation found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocation$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClient found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$2 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationMode found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationClientOption$GeoLanguage found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationListener found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.AMapLocationQualityReport found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.APSService found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.CoordUtil found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.CoordinateConverter found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.CoordinateConverter$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.CoordinateConverter$CoordType found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.DPoint found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.DPoint$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.UmidtokenInfo found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.UmidtokenInfo$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.amap.api.location.UmidtokenInfo$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.a$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.a$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.a$b found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.a$c found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.aa found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ab found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ac found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ad found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ae found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.af found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ag found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ah found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ai found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.aj found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ak found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.al found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.am found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.an found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ao found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ap found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.aq found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ar found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.as found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.at found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.au found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.av found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.aw found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ax found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ay found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ay$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.az found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.b found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ba found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bb found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bc found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bd found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.be found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.be$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bf found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bg found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bh found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bi found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bj found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bk found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bl found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bm found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bn found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bo found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bp found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bq found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.br found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bs found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bt found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bu found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bv found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bw found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bx found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.by found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.bz found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.c found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ca found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cb found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cc found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cd found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ce found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cf found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cg found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ch found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ci found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cj found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ck found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cl found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cm found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cn found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.co found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cp found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cq found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cr found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cs found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.ct found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cu found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cv found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cw found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cw$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cx found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cy found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.cz found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d$2 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d$b found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.d$c found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.da found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.db found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dc found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dd found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.de found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.df found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dg found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dh found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.di found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dj found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dk found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dl found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dm found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dn found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.do found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dp found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.dq found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.e found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.e$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.e$b found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.e$c found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.f found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.g found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.g$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.h found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.h$1 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.h$2 found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.h$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.i found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.j found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.k found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.l found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.m found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.m$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.n found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.n$a found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.o found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.p found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.q found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.r found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.s found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.t found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.u found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.v found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.w found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.x found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.y found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)
Duplicate class com.loc.z found in modules jetified-location-4.9.0.jar (com.amap.api:location:4.9.0) and jetified-locationsdk-1.0.0-runtime.jar (locationsdk-1.0.0.aar)

Go to the documentation to learn how to Fix dependency resolution errors.

@jaywcjlove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants