0

I have to create an android project but,it has some dependencies on another project in eclipse.. Is there any option for linking these two projects?

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
inforg
  • 749
  • 2
  • 8
  • 15

2 Answers2

0

In general you can add dependencies to other projects via 'Configure Build Path' of a project. There you can add projects to your build path.

Display name
  • 2,697
  • 2
  • 31
  • 49
0

First of all you have to set the project as library project.U can do this via right click the project then properties-->android then set is library checked.

And in which you want to use library project add library project.

thats all.I hope it will help you.

Himanshu Dudhat
  • 1,609
  • 3
  • 14
  • 27