Home > Net >  How can I import an entire project in Android Studio
How can I import an entire project in Android Studio

Time:05-20

I'm trying to import an entire project in Android Studio to my actual one. However, when I choose File->Import Project, it just opens new window with this project I need import, without anything importing in. What's wrong ?

Also I do not know how to reference to the imported project.

CodePudding user response:

Use File->New->Import Module

CodePudding user response:

Just open the project in which you want to import the existing project and then go to

File->New->Import Module

And then just configure the project

  • Related