Introduction
Overview¶
This document is to explore how you can access remote Android devices on the Kobiton platform directly from within your IDE/ editor.
The trick is to utilize the handy ADB utility, in conjunction with setting up a tunnel to the Kobiton platform. The ADB tunnel plugins are now available for Android Studio, IntelliJ, Visual Studio and Visual Studio Code.
Prerequisites¶
- Make sure the ‘adb’ on your machine is on version 1.0.41 or higher.
- Setup Android SDK.
COMMENT