Help Center> Cloud Phone Host> FAQs> Consulting> How Do I Install Applications on a Cloud Phone?
Updated on 2024-02-04 GMT+08:00

How Do I Install Applications on a Cloud Phone?

Description

A cloud phone does not have a built-in browser or application store. If you want to install an application on a cloud phone, find an application APK and run the ADB command to upload the package to the cloud phone.

Handling Method

  1. Connect ADB to the cloud phone.

    For details, see Access Methods.

  2. Save the APK of the application to be installed to the local device directory.
  3. Run the following command to install the application APK on the cloud phone SD card:

    Example: adb -s 127.0.0.1:1234 install C:\Users\Administrator\Downloads\Facebook-433.0.0.31.111_original.apk

    If Success is displayed, the installation is successful.

    If an error is reported during the command execution, check whether Airtest is started. Airtest must be stopped during the ADB command execution.

Consulting FAQs

more