ADB tunnel
The ADB tunnel feature allows you to create an SSH tunnel to a running Appetize Android session, enabling you to interact with the device via Android Studio or standard adb protocol.
Enable ADB Tunnel
With Query Parameter
&enableAdb=trueWith JavaScript SDK
await client.config({
enableAdb: true,
...
})Usage
With App Page



With JavaScript SDK
Last updated