Hi, So i am again almost through getting the Ant Build for android. Here is what i want it to do. So my build.xml creates the apk file. But now I am trying to it to create an instance device and install the apk and run it. All this on the build.xml file. so when i run ant, it will do all this, build the apk, create the device emu, install the apk file and run it. (well i guess run it does not have to be automatic). Anyway that can be possible. Examples or reference sites will be very helpful.
Thank you