java - Where from dependent jar files are imported during programming in Android Studio? -
while dependencies added app's build.gradle in android studio, want know if jar files downloaded while added external jars?
where can find these jars ?
basically, can include jar files in 3 different ways. last 1 remote library using https://bintray.com/ jcenter online repository. but, if in 1 of 2 other ways, jar file included physically in project. please read link https://stackoverflow.com/a/35369267/5475941 more information. in post explained how import jar file in android studio , explained possible ways.
in summary, if (local address), downloaded , these jar files physically in project:
but, if internet address this, remote libraries (bintray.com jcenter part) , used remotely:
i hope helps.
Comments
Post a Comment