@tapflowio/android-agent
v0.1.0
Published
Android emulator agent for tapflow — ADB control and scrcpy H.264 streaming
Maintainers
Readme
@tapflowio/android-agent
Android emulator agent for tapflow.
Controls Android emulators via ADB and streams H.264 video using scrcpy.
Requirements
- Node.js ≥ 20
- Android SDK with
adb($ANDROID_HOMEor$ADB_PATHmust be set) - AVD with
google_apis/arm64-v8asystem image (android-34 recommended)
Usage
Typically started via the tapflow CLI:
tapflow startOr programmatically:
import { AndroidAgent } from '@tapflowio/android-agent'
const agent = new AndroidAgent()
await agent.connect('ws://your-relay:3000')License
MIT — part of the tapflow project.
Bundles scrcpy-server (Apache-2.0). See NOTICE for full attribution.
