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 – Could not resolve / Failed to resolve – com.amitshekhar.android:android-networking:1.0.2

i am trying to import network library , but android studio shows up with this meessage:ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.amitshekhar.android:android-networking:1.0.2. here is the build.gradle: apply plugin: 'com.android.application' android { compileSdkVersion 28 buildToolsVersion "29.0.3" defaultConfig…

VIEW QUESTION
Back To Top
Search