I have one main Android library application and project that it uses
I can compile and run the application perfectly in eclipse
when I try to create the same application using ant I ran into problems
I cannot get the same result using aapt as eclipse (in background)
The eclipse plugin seems to combine resources (layouts, icons, lines, etc.) for the main application and the library project. Does anyone know how to do this on the command line in aapt
thanks
source share