I have an already existing android project, and now I want to use this project as a library project for another project of mine.
How can I achieve this ?
I have an already existing android project, and now I want to use this project as a library project for another project of mine.
How can I achieve this ?
Assuming you have imported both the projects in the same workspace,
Right Click on your new project -> Properties -> Android -> Library -> Select the existing project as a library for the new project
Also, for the existing project :
Right click on your existing project -> Properties -> Android -> Check 'Is library' check box to enable the project to be used as a library