Rate This Document
Findability
Accuracy
Completeness
Readability

ARDC Test

On Windows, you are advised to use the ARDC for debugging and transfer graphics to a Kbox container. Obtain the ARDC from the official source and install it.

To connect to a started Kbox instance using adb on Windows, perform the following steps:

  1. Open the ARDC and switch to the console page.
  2. In the CMD, input the following command to connect the ARDC to the cloud phone, input the server IP address and adb port, and press Enter.
    # adb connect $ip:$port

    If the connection is successful, the following figure is displayed.

  3. Query the devices that are successfully connected to the ARDC.
    # adb devices
  4. From the menu, select the device that you want to start and wait for the connection.
  5. Drag the APK to be tested to the page and wait for the installation.
  6. After the APK is successfully installed, run the APK to start the test.