NOTE: This information only applies to Legacy Kobiton.
The Kobiton ADB tunnel plugin allows user to access remote devices from the Kobiton platform from you IDE using the adb utility.
This guide goes through the Kobiton plugin integration on IntelliJ, but the same process can be followed on Android SDK.
Prerequisites
- IntelliJ / Android Studio
- Android Debug Bridge (adb) version 1.0.41 or higher (global path)
- Android SDK
- Open Terminal window
Download Kobiton
- Open IntelliJ.
- From the menu bar, click on IntelliJ IDEA > Preferences > Plugins. In Marketplace, enter Kobiton ADB Tunnel and click Install.
- On the Third-party Plugins Privacy Note modal, click Accept.
- When the plugins finishes installing, click Restart IDE.
- On the IntelliJ IDEA and Plugin and Updates modal, click Restart.
- To authenticate a user, open a project and from the navigation menu click Tools > Kobiton ADB Tunnel.
- On the Kobiton ADB Tunnel panel, enter authentication credentials:
- URL: https://api.kobiton.com (URL for public device Kobiton cloud)
- If connecting to a private setup, use your organization’s API URL
- Email: Kobiton login email
- API Key: API key, found under API keys on portal.kobiton.com/settings/keys
- URL: https://api.kobiton.com (URL for public device Kobiton cloud)
- Click Connect.
A successful connection notify that you’ve been authenticated and ask for the Session ID of your manual test or allow you to connect to available devices. - To connect to a Kobiton cloud device, from the list of devices on the Kobiton Devices, launch a device.
- Input the session ID on the Kobiton Devices panel and click Connect.
The device is ready for debugging.