Exchange code between projects in eclipse

I have two projects that I want to share with some kind of code. So I created a third project to store all the code that will be shared, but now I'm not sure what to do. I tried adding it to the java build path library, but that didn't seem to help ...

+5
source share
2 answers

You want to create a library project . Sources and resources from the library project can be used from other Android projects.

+2
source

. , eclipse, "android" "". , "" "", .

, eclipse .jar .

http://developer.android.com/guide/developing/projects/projects-eclipse.html

+2

All Articles