0

I have to use few *.aar libraries in my android project.

I have already added definition of the folder which contains all libraries to the build.gradle and everything wokrs fine.

But the thing I have a problem with is actually to find out which libraries I am actually using in my project. So, the questions are:

  • Is it possible to find out which libraries are referenced in a project in Android Studio?
  • Is there any place where I can actually manage libraries referenced in my project?
Belurd
  • 772
  • 1
  • 13
  • 31

1 Answers1

1

In android studio

File -- >Project Structure --> select module -- > select "dependencies" Tab

rahul.ramanujam
  • 5,608
  • 7
  • 34
  • 56