Import source java project in Android project

后端 未结 3 2020
遇见更好的自我
遇见更好的自我 2020-12-17 02:00

Is it possible to import an existing Java project which is in my workspace, in an Android project which is also in my workspace? The Java project doesn\'t use stuff that is

3条回答
  •  [愿得一人]
    2020-12-17 02:48

    You can link another projects to your current project. Right click on your main project, choose Build Path -> Configure Build Path... In the dialog choose the Projects tab, then click Add.. button. Now choose the project you want to link and click OK. You'll now be able to use this project's sources inside your main project. Hope this helps.

提交回复
热议问题