How do I add another project to my existing Android Studio project?

I am getting an image cropping demo from the net and I am trying to import this lib project in my existing android studio project. I don't understand how to import the lib project in my project.

Here you get the demo from the net.

enter image description here

Look at this highlighted plant with a folder name. This demo comes from the web. How do I do the same as in my existing project.

+4


source to share


2 answers


Go to File-> New-> Import Module then browse the project. After importing the module, go to your project structure and add the module dependency to your project.



+5


source


First add it to a new project in your project.



Then go to the Project Structure Dependencies Dependencies tab and then add this module as dependencies.

0


source







All Articles