Reputation: 782
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:
Upvotes: 0
Views: 53
Reputation: 5628
In android studio
File -- >Project Structure --> select module -- > select "dependencies" Tab
Upvotes: 1