How can I send an Android app that I'm developing to someone over e-mail?

Much simpler method:

  1. Put the apk on your web server
  2. Create a QR Barcode image using: http://chart.apis.google.com/chart?cht=qr&chs=150x150&chld=H|1&chl=http://myserver/myapp.apk
  3. Then send him that barcode in an email and tell him to scan it using the barcode reader app.

The barcode reader app will see the barcode and provide a hyperlink for the user to click. They click the link and the app downloads and installs.


compile/build your app, it should produce a file like myAppName.apk, just send it via email to your friend

try to look in yourProjectPath/bin folder


If you are using Eclipse run the app on the emulator to test it. Now Eclipse should have created a bin folder in your project folder. In this folder you will find an apk file that contains your app.

Just send this file to your friend via email. He know can install the file on the emulator if he has one running. If not he can just plugin his phone via usb move the file to the SD-Card remove the USB connection and then navigate to the file on his SD-Card with a file browser like ASTRO and select the, item now the application manager should show up and he can install the app. If this does not work he has to go to settings -> applications -> and enable unknown sources.