Import source java project in Android project

后端 未结 3 2019
遇见更好的自我
遇见更好的自我 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:42

    I think you are talking about referencing other projects into the current project, if this is the case then you can do this by Right click on project, properties->Project Reference.

提交回复
热议问题