Re: [mono-android] Deploy to device without going through store

2011-11-29 Thread milop
Hi, Paul. You're right. I was in debug mode. When I switch to Release mode Visual Studio makes the proper changes to the Mono Android Options. After rebuilding the project and running the command that Andrew suggested, the app installs and I can run it. Thanks, Mike -- View this message in co

Re: [mono-android] Deploy to device without going through store

2011-11-29 Thread milop
Hi, Paul. You're right. I was in debug mode. When I switch to Release mode Visual Studio makes the proper changes to the Mono Android Options. After rebuilding the project and running the command that Andrew suggested, the app installs and I can run it. Thanks, Mike -- View this message in co

Re: [mono-android] Deploy to device without going through store

2011-11-29 Thread nodoid
Hi, milop wrote > > Thanks, Andrew. > > That installs my app, but it doesn't install the Mono runtimes. > > How do I get those installed? > > Mike > >From what I understand, the mono runtimes are statically linked to the executable Paul -- View this message in context: http://mono-for-an

Re: [mono-android] Deploy to device without going through store

2011-11-29 Thread milop
Thanks, Andrew. That installs my app, but it doesn't install the Mono runtimes. How do I get those installed? Mike -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Deploy-to-device-without-going-through-store-tp5032378p5032568.html Sent from the Mono for Android m

Re: [mono-android] Deploy to device without going through store

2011-11-29 Thread was
Just use adb.exe in the \Android\android-sdk\platform-tools folder in cmd.exe or a bat file as follows: adb.exe install "C:\Program Files (x86)\yourapp.apk" Make sure Settings>Applications>Development>USB debugging is checked on your device. Regards...Andrew -- View this message in context: ht

[mono-android] Deploy to device without going through store

2011-11-29 Thread milop
Hello, I am writing an app for company use and will not be publishing it to the store. How do I go about getting the app and the Mono runtimes installed on the Android devices? Thank you, Mike -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Deploy-to-device-with