2

Can anybody tell How to add java project as library in android project using eclipse?

3 Answers 3

0

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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

0

For Library Project: Rightclick->Properties->Android-> tick Is Library

For project in need of import: Rightclick->Properties->Android->Add...->Library Project

2 Comments

By inference (since he is specifying "Android" specifically in the second set), tt looks like this is the same issue I am attempting to resolve - a non-Android java project used by an Android java project. There isn't an "Android" tab in a non-Android project.
I don't know how to, but this can probably link also against: stackoverflow.com/questions/9889572/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.