Mihai HG
Mihai HG

Reputation: 193

Where are the implemented libraries stored in android studio?

For example, I have this in my build.gradle:

implementation 'com.github.mmoamenn:LuckyWheel_Android:0.3.0'

Where are the classes stored if I want to change something in the library?

Thanks!

Upvotes: 1

Views: 893

Answers (1)

Bernardo Pedrosa
Bernardo Pedrosa

Reputation: 68

Select "Project" on your Project Dropdown enter image description here

And then you'll be able to see your External Libraries

Upvotes: 4

Related Questions