Renting an Android device in Remote TestKit
Describes how to rent an Android cloud device and enable the Android adb command.
Ensure that the following requirements are met:
- Set up Android development environment.
- Download and install the Remote TestKit Client application. Note that you must also have an account to access and use the Remote TestKit Client service.
Launch the Remote TestKit Client application, and then log in with your username and password.
In the Device list - Remote TestKit dialog box, rent and launch a device.
Remember:Note down the Android version of the rented device. This information is necessary while configuring Appium in your local host.When your device appears, enable the use of the adb command by clicking the ADT/DDMS/adb button. A grey icon indicates that adb is not activated yet.
Fastpath: Alternatively, click Settings > ADT/DDMS/adb from the main menu.
On your first use of Remote TestKit Client, you are asked to provide the location the adb command. Browser to the location of adb based on the location of the Android SDK, <SDK_INSTALL_DIR>\android-sdk-windows\platform-tools\adb.exe, and then click Apply.
Upon successful adb activation, the formerly grey ADB icon becomes green .
If your Google Chrome’s version on the rented Android cloud device is 53 or later, update the version of ChromeDriver. Otherwise, skip this step.