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:
- Open the ARDC and switch to the console page.
- 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.

- Query the devices that are successfully connected to the ARDC.
# adb devices
- From the menu, select the device that you want to start and wait for the connection.
- Drag the APK to be tested to the page and wait for the installation.
- After the APK is successfully installed, run the APK to start the test.
Parent topic: Software Deployment (openEuler)