On Fri, Aug 5, 2011 at 4:23 PM, Tobiah <[email protected]> wrote: > Thanks, that's what I'm going to have to do. I can send this guy > a link, but then the best way I can imagine to have him install it > is to have the browser save it, then have him install and use Astro > file manager to get to it. The stock browser on our phones doesn't > seem to handle the .apk specially.
Sure it does. You have to configure the Web server to serve the APK with the proper MIME type, no different than you do for any other piece of media you serve from the Web server. Or, use Dropbox, Amazon S3, or other hosts that have APK support pre-configured. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.5 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

