build.xml

Related to Build.xml in ANT

What is the use of TargetNameSpace ATTRIBUTE IN ant?? please do help me its urgent ...

android build.xml multiple source directories

So I made a project with 2 source directories: one for actual code and the other for tests. It worked well in eclipse but then I decided to start using command line and the ant tool. Android has a built-in function of generating build.xml, so I used the command 'android update project -p ProjectName' This build.xml for installing works...