Skip to main content
Work with Android devices and emulators connected over adb.

device install

Install APKs from local files, directories, or the built-in APK catalog. Run it without arguments to pick from the catalog, which includes tools like the Mobile Wallet Adapter test wallet (fakewallet):
Or pass one or more APK files or directories:

device list

List connected devices and emulators:

device open

Open a URL, port, or deep link on a connected device. For localhost URLs with an explicit port, the CLI creates an adb reverse (unless --no-forward is set) so the device can reach servers running on your machine:
Last modified on September 1, 2026