Can anybody tell How to add java project as library in android project using eclipse?
3 Answers
As is explained in the documentation, you can go into project properties (e.g., Project > Properties from the Eclipse main menu), go into the Android section of the properties dialog, and use the Add... button in the Library group box to pick an Android library project from the available libraries in your workspace.
Comments
Maybe take a look here..
Import source java project in Android project
Or you can create a jar file from your project and import it as external jar as described here
hope it helps
Comments
For Library Project: Rightclick->Properties->Android-> tick Is Library
For project in need of import: Rightclick->Properties->Android->Add...->Library Project