Deploying Applications

In this section, you will find all the available methods to deploy an application.

> More and more apps are only available for arm64. We strongly recommend using arm64 images, rather than x86_64, for best compatibility.

With an APK File

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

Drag and Drop the .apk file to the virtual device display. This will install and open the applications automatically:

Connect the instance to ADB and run this command:

Warning

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.

Device content

It is now possible to install the Open GApps package using the device content feature:

Open Google Play Store:

From your device display, open the File upload widget

After the package is installed, reboot your instance.

Once done, you may have to wait a couple of minutes for the Google Apps to update themselves before opening them.

(optional) Open Play Store and .

Most modern Android apps are only available for arm64 now. Make sure to use an arm64 image or you may not be able to install many apps from Google Play Store. See Application for ARM/ARM64.

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.

Web UI

Command Line

Once flashed, reboot the instance using the Power Off and Reboot feature:

To verify whether the ARM translation tools are properly install, you can use a third party app, such as Device Info, and verify that the available instruction sets (supported ABIs) are

Applications for ARM/ARM64 (continued)

More and more Android apps are only available for arm64 now, in accordance with Google requirements. If you use an 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.

Web UI

Command Line

Drag'n drop the ARM translation tools zip file to the device display, or use the File upload widget.

Once flashed, reboot the instance using the Power Off and Reboot feature.

To verify whether the ARM translation tools are properly install, you can use a third party app, such as Device Info, and verify that the available instruction sets (supported ABIs) are x86_64, x86, armeabi-v7a, armeabi

[End of page excerpt]