Where does gradle save dependencies' jars?

Doron Yakovlev-Golani :

I want to look at the jars/aars that are compiled when I add dependencies.

For example if I add this dependency in Gradle, where does it put the jar?

dependencies {
    compile 'com.google.android.gms:play-services-analytics:11.0.4'
}
nhoxbypass :

Open your Android Studio Project Explorer, expand External Libraries sections. Right click and Show in Files/Explorer

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=428591&siteId=1