ARDC Test
On Windows, you are advised to use the
To connect to a started Kbox instance using ADB on Windows, perform the following steps:
- Open ARDC and switch to the console page.
- 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.

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