I need to test my application on multiple instances of the MonoForAndroid_API_10 emulator. I have made duplicate AVDs and can manually install and launch the app on each via the Visual Studio deploy action. I would like automate this process. When I make a change in the app I want to run a batch file to compile (I have this) and then deploy (and run if possible) on each AVD. The page http://docs.xamarin.com/guides/android/advanced_topics/build_process/ gives information on "build targets" but there is not enough detail. How do I specify the emulator that will receive the .apk? I am hoping I can make a batch file with msbuild commands, or a command lines to install an apk, on each designated emulator.
Can be done?