extentos
MCPYour AI coding agent builds the integrationSDKThe native glasses library for iOS & AndroidSimulatorTest on glasses hardware in the browserAgentA voice AI agent inside your appAnalyticsSoonSee how your app runs on real glasses
DocsGuides, concepts, and API referenceBlogEngineering deep-dives and updatesChangelogEverything new in ExtentosRoadmapWhat we're building next
Pricing
GitHubDashboard →
Extentos Docs

Build

Products

SDK
Android SDKInstall (Android)Manifest setup (Android)Initialization (Android)Lifecycle (Android)Threading model (Android)Runtime internals (Android)

Reference

Project

SDKAndroid

Install (Android)

Add the Extentos Android SDK to your project via Gradle.

Coming soon.

What this page will cover

  • Add Maven Central
  • Add the dependency in build.gradle.kts
  • Sync and verify

Android SDK

Add Extentos to your Android app via Gradle. Supports Android 8+ (API 26), Kotlin, coroutines.

Manifest setup (Android)

Required AndroidManifest.xml entries — permissions, features, foreground service.

On this page

What this page will cover