skip to Main Content

Android Studio – How to list all dependencies of a library?

When I have an aar library how to list all the dependencies of this aar ? for exemple i have facebook-core-5.15.1.aar and the dependencies are : +--- com.facebook.android:facebook-core:5.15.1 | +--- com.parse.bolts:bolts-android:1.4.0 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | --- com.parse.bolts:bolts-applinks:1.4.0 |…

VIEW QUESTION

Android Studio – Android Studio showing Duplicate class found

When generating release build android studio throwing below errors. Which i am not able to resolve. I tried many way which related issue mentioned but didn't succeed. Duplicate class com.google.android.gms.internal.measurement.zzhx found in modules jetified-play-services-measurement-base-20.1.2-runtime (com.google.android.gms:play-services-measurement-base:20.1.2) and jetified-play-services-measurement-impl-19.0.0-runtime (com.google.android.gms:play-services-measurement-impl:19.0.0) Duplicate class…

VIEW QUESTION
Back To Top
Search