Skip to content

Instantly share code, notes, and snippets.

@mbeaty
Created December 17, 2011 08:07
Show Gist options
  • Save mbeaty/1489630 to your computer and use it in GitHub Desktop.
Save mbeaty/1489630 to your computer and use it in GitHub Desktop.
Deploy Android Apps from Apache Web Server
# Add this to httpd.conf
AddType application/vnd.android.package-archive .apk
# Access as
# <a href="downloads/MyApp.apk" type="application/vnd.android.package-archive">Download MyApp</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment