@scout-mobile/platform-android
v0.3.0
Published
Android Emulator platform adapter for Scout — adb, emulator, and uiautomator integration
Maintainers
Readme
@scout-mobile/platform-android
Android Emulator platform adapter for Scout. Wraps adb, the emulator CLI, and uiautomator to provide device boot, app install/launch, screenshots, gestures, and accessibility inspection. Runs on macOS, Windows, and Linux.
Install
npm install @scout-mobile/platform-androidRequirements
- Android SDK with
platform-tools(adb) andemulator ANDROID_HOME(orANDROID_SDK_ROOT) pointing at the SDK install- At least one AVD (created via Android Studio or
avdmanager)
Coordinates
Unlike the iOS adapter (logical points), the Android adapter uses physical pixels for tap/swipe/screenshot, matching adb input natively.
Usage
This package is used internally by @scout-mobile/core. You generally don't need to install it directly unless building a custom adapter.
import { AndroidEmulatorAdapter } from '@scout-mobile/platform-android';License
AGPL-3.0 -- see LICENSE.
Part of the scout-mobile monorepo.
