How to import existing java project into android studio?

后端 未结 7 1412
既然无缘
既然无缘 2020-12-03 06:19

In my android studio project want to use existing java project code

I tried this way:

  1. Click File > New Module. Select Java Library and click Next.

7条回答
  •  悲&欢浪女
    2020-12-03 06:46

    Easiest way to do this is to choose the 'open an existing project' option, find your project, and then find the 'app' folder. Click on this to highlight it and then click 'Ok'. This will then import your complete project

提交回复
热议问题