我要评分
获取效率
正确性
完整性
易理解

ARDC Test

On Windows, you are advised to use the ARDC software for debugging and accessing Kbox containers in graphics mode. Obtain 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 ARDC and switch to the console page.
  2. In the CMD box, input the following command and press Enter to connect ARDC to the cloud phone instance. $ip indicates the server IP address and $port indicates the ADB port.
    adb connect $ip:$port

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

  3. Query the devices that are successfully connected to 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.