Is there any plugin in android studio to search for dependencies. Like if i wanted to include retrofit library, I just have to search the keyword 'retrofit' and it will be added to the build.gradle
The Gradle build system in Android Studio makes it easy to include external binaries or other library modules to your build as dependencies. The dependencies can be located on your machine or in a remote repository, and any transitive dependencies they declare are automatically included as well.
Open Module Settings by right clicking on app
and selecting Open Module Settings
:
A dialog window will appear titled with Project Structure
. Select Dependencies
Tab and click on +
icon shown in the right toolbar.
Select
Library Dependency
if you want to add dependencies from web.File Dependency
if you want to add jar file dependencies residue in your project lib
folder.Module Dependency
if you want to add a project module dependencies.I selected Library Dependencies and Searched for volley
, results are:
Hope this will help you enough.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With