[mono-android] Build script on mac
Jonathan Pryor
jonp at xamarin.com
Sat Feb 18 15:38:27 UTC 2012
On Feb 18, 2012, at 7:09 AM, Steven Pack wrote:
> Any issues I should be aware of with xbuild? Or is that the way?
xbuild is the way. Other helpful targets include:
/t:Install
Install app onto a device. If you have more than one device running, use /p:AdbTarget, e.g. to install on emulator /p:AdbTarget=-e
/t:Uninstall
Uninstall app from a device. If you have more than one device running, use /p:AdbTarget, e.g. to install on emulator /p:AdbTarget=-e
/t:SignAndroidPackage
Create the .apk
- Jon
More information about the Monodroid
mailing list