# apm-agent-android **Repository Path**: mirrors_elastic/apm-agent-android ## Basic Information - **Project Name**: apm-agent-android - **Description**: Elastic APM Android Agent - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apm-agent-android Elastic OTel Android Agent See the [documentation](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/android) to find out more about its features, how to setup, and configuration details. ## Try it out Follow the [Sample application guide](sample-app) to set up a test environment and take a quick look at the agent's functionalities. ## Publishing it locally In order to use a local build for your local projects, you'll need to publish it into your machine's maven local repo. To do so, open up a terminal in this project's root dir and run: `./gradlew publishToMavenLocal`. After that, you can apply the agent into an Android application project (that uses [mavenLocal()](https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.api.artifacts.dsl/-repository-handler/maven-local.html) as one of its dependency repositories) by following the [Getting started](https://www.elastic.co/guide/en/apm/agent/android/current/setup.html)" guide and using the version defined [here](gradle.properties).