Reputation: 595
I'm getting some image cropping demo from the net , and I'm trying to import that lib project in my existing android studio project. I don't understand how to import lib project in my project .
Here is getting demo from net.
See this is highlighted the folder name cropper . This demo is getting from net .How to done same as in my existing project.
Upvotes: 12
Views: 27117
Reputation: 29
First add it as a new module into your project.
Then go to Project structure select dependencies tab and then add that module as a dependenci.
Upvotes: 1
Reputation: 1077
Go to File->New->Import Module then browse you project. After importing module go to project structure and add module dependency to your project.
Upvotes: 22