Elastic OTel Android Agent
See the documentation to find out more about its features, how to setup, and configuration details.
Follow the Sample application guide to set up a test environment and take a quick look at the agent's functionalities.
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() as one of its dependency repositories)
by following the Getting started" guide and using the version defined here.