Hi On 2011.10.05 05:59, john wrote: > Can anyone point me to a procedure to deploy an Android App developed with > Xamarin to a mobile device (Samsung Galaxy)? For deploying to dev: http://android.xamarin.com/Documentation/Guides/Set_up_Device_for_Development
adb install $APK where $APK is the name of the APK file Note: You won't be able to deploy to device if Mono for Android is not properly licensed. If You have trial, You can only use emulator! More: http://developer.android.com/guide/developing/tools/adb.html http://developer.android.com/sdk/win-usb.html to use wireless search for adbWireless.... regards mel > > Thanks > John > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/How-to-deploy-an-App-to-a-mobile-device-tp4871460p4871460.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid -- Miljenko Cvjetko dipl.ing. ET Direktor/CEO Projektant rješenja/Solution Architect Razvojni programer/Senior developer Voditelj projekta/Project Manager IX južna obala 13 Kajzerica Zagreb T: 385 1 7775555 M: 385 91 557 447 3 F: 385 1 7779556 e: [email protected] w: http://www.holisticware.net _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
