android - How to reference .jar from other project with ant? -


i have project a. needs refernce android support library have in project b. think should easy adding class path entry such as:

<classpathentry kind="lib" path="../b/libs/android-support-v4.jar"/> 

for reason, not working. works fine within eclipse, not ant. suggestions?

note: both & b android library projects -- not sure if causing issue.

a needs refernce android support library have in project b

unless depends upon b, please put copy of android support package jar in a's libs/ directory. long , b have same jar same name, when android builds app uses , b, use 1 copy of jar.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -