Hello,

I posted this on SO the day before yesterday (*) but since there have been
no replies posting here, too:

I have an Android project which uses an Android library project as a
dependency.  Building it with ant works fine, I'd just like to have the
library project use a different bin directory.  However, when I add

out.dir=bin-ant

to the library project's ant.properties file, the (normal) Android project
won't compile anymore, issuing "cannot find symbol" errors for symbols
defined in the library.  Admittedly, I'm not very experienced with Ant but
I guess this means ant didn't find library's classes.jar which is now
placed in bin-ant/, not bin/ .  Does anybody happen to know how to tell ant
where to find the library's classes.jar?

Thanks in advance!


(*)
http://stackoverflow.com/questions/15012527/ant-wont-build-android-project-which-depends-on-library-project-with-non-defaul

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to