Aven App Agent
Aven Android SDK
Use the Android SDK for View-based Android applications that need in-app assistance and guided walkthrough overlays. The local package documentation identifies the Maven coordinate as an alpha release.
implementation("com.avenappagent:aven-android:0.2.0-alpha.2")
Aven.initialize(
context = applicationContext,
config = AvenConfig(appId = "your_app_id", apiKey = "your_runtime_key")
)Register Android context
Register pages, element metadata, and workflows using the Android SDK APIs; Android locator metadata is intentionally different from Web selectors.
Use the supported runtime model
The SDK documents backend-first mode and a legacy client-context mode. Select the supported mode deliberately for your integration.