Include Java project as library

后端 未结 9 1910
眼角桃花
眼角桃花 2021-02-10 13:48

I have three projects in my eclipse workspace:

EventKitchenCore
EventKitchenDesktop
EventKitchenAndroid

EventKitchenCore contains

9条回答
  •  滥情空心
    2021-02-10 14:38

    Here is a solution that may help you :

    1) Eclipse-Package Explorer - Your Project(Android) - Rightclick on your project.

    2) Click on Android (At left side of screen) - Now your screen may look like this -

    enter image description here

    Now at bottom of screen, in Library section you can add all the library project directly without making any JAR. Just you need to import those library projects in workspace or all your library project should be opened in eclipse.

    1) Click on Add button you will get the list of library projects available, choose from them and Build your project.

    Good Luck..

提交回复
热议问题