Deploying Applications

Deploying Applications

This section describes methods to deploy applications.

With an APK File

To deploy an application from an APK file to a virtual device, you can use one of the following methods.

From Google Play Store (Open GApps)

The application you are developing or testing may require an interaction with Google Play Services (e.g.: in-app purchasing, advertising, etc.). If you really need them, you can use the packages provided by Open GApps.

Applications for ARM/ARM64

More and more Android apps are only available for arm64 now, in accordance with Google requirements. If you use a x86_64 image, you will likely not be able to install many modern apps.

We therefore strongly recommend using one of our arm64 AMIs for best compatibility.

ARM translation tools for x86_64 images (unsupported)

x86_64 images are now considered obsolete. The following information has been left for legacy purposes. Please consider using arm64 images instead.