AutoMobile SDK¶
✅ Implemented 🧪 Tested
Current state:
android/auto-mobile-sdk/is a published Android library. Includes navigation tracking (Navigation3, Circuit adapters), crash/ANR/handled exception capture, Compose recomposition tracking, notification triggering, SQLite database inspection, and SharedPreferences inspection. Published to Maven Central. See the Status Glossary for chip definitions.
The AutoMobile SDK provides Android-specific components for integrating AutoMobile into your Android applications and test suites.
The SDK consists of:
- JUnitRunner - Test execution framework with AI self-healing capabilities
- Accessibility Service - Real-time view hierarchy access and UI monitoring
- Gradle Integration - Build configuration and dependency management
Setup¶
- Follow JUnitRunner for dependency installation and runner configuration.
- Enable the Accessibility Service on test devices to access the view hierarchy.
See Also¶
- MCP Server - MCP Server integration