Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Android Applications only for the Enterprise [closed]

I want to create an Android application that is not released to the Android Market for public consumption but only for private use of my company. Is this possible? If so can you post a link to where you can do this?

Thanks! Joe

like image 956
Atma Avatar asked Dec 10 '09 23:12

Atma


1 Answers

This is not a problem. Just make the apk (installation file) available on an internal website and set the mime type to application/vnd.android.package-archive. Then people can install the application over the intranet directly from their devices.

Other alternates include:

  1. Installing from the PC using the command line tool adb (comes with the SDK).
  2. Installing from the PC using a 3rd party tool like this.
  3. Installing on the device (from SD card) with a free market place call AppManager by zx128.
like image 128
Nic Strong Avatar answered Oct 05 '22 08:10

Nic Strong