Skip to main content

Who can I create a Share Android App to send to my clients or colleagues? Like iOS AdHoc



I'm over an Android App for a client, eventually I want to show him some demo, but he doesn't have the IDE, so I'm thinking to send him an APK ... In iOS it's pretty easy through AdHoc and the Mobile ID...





I just want to send him an APK for him to install in his phone... (Not Android Market YET)





How can I do this on Android?





Thanks!


Comments

  1. Just send him the APK from your bin folder :) He can easily install it if sent to his gMail account, he only has to click on the atachment in his gmail client. Othervise, he will need a file manager.

    In both cases he will need to set Authorize unsigned apps on his phone.

    ReplyDelete
  2. You could host the apk file on a web server and then share the url with your friends.
    When they open the url on there android phones they will be prompted by the browser about whether they want to install the apk.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?