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.
Last updated
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.
Last updated
To enable the ADB tunnel feature, you can either choose to enable it through a query parameter or by utilizing the JavaScript SDK.
Add the enableAdb=true
query parameter to your app or embed URL
See for more information.
Set enableAdb: true
in the configuration e.g.
See for more information.
The app page provides a simple way to retrieve the adb
information required to connect to the device.
You can access this via your app's app link
Select Tap To Start
(or your equivalent text to start the session). A command will then be generated that you need to copy and paste in your shell environment e.g.
Then, the Appetize virtual Android device will appear with adb devices
, as if it were a device plugged into your computer via USB.
You can retrieve all the information needed to start an ADB session via the adbConnection
property
One common practice is to use the ADB tunnel to connect to an Android "standalone" device, without any specific app installed. For more information see .
or by going to your page, selecting Play
on the app you want to inspect, and then toggling Adb Tunnel
to On
See our JavaScript for more information.
Play
on the app you want to inspect