Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 872 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 872 Bytes

apm-agent-android

Elastic OTel Android Agent

See the documentation to find out more about its features, how to setup, and configuration details.

Local testing

In order to use a local version of this agent, 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() as one of its dependency repositories) by following the Getting started" guide and using the version defined here.