Help Center> Cloud Phone Host> FAQs> Consulting> How Do I Install Apps on a Cloud Phone?

How Do I Install Apps on a Cloud Phone?

Description

A cloud phone does not have a built-in browser or app store. If you want to install an app on a cloud phone, find an app 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 app to be installed to the local device directory.
  3. Run the following command to install the app APK on the cloud phone SD card:

    adb -s 127.0.0.1:Local idle port install APK path

    Example: adb -s 127.0.0.1:1234 install C:\Users\Administrator\Downloads\QQliulanqi_9515115.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.