Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional Android requirements to README #68

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ To use these artifacts, you must also depend on `io.opentelemetry:opentelemetry-
See [opentelemetry-java releases](https://github.com/open-telemetry/opentelemetry-java#releases) for
more information.

## Android Requirements

An additional requirement for apps supporting older versions of Android on top of
[desugaring](https://github.com/open-telemetry/opentelemetry-java/blob/main/VERSIONING.md#language-version-compatibility)
is the need to set the Gradle property `android.useFullClasspathForDexingTransform` for debug
builds. Please see [this](https://github.com/open-telemetry/opentelemetry-android/pull/309)
pull request on the OpenTelemetry Android Extension for details.

## Generating semantic conventions

Requires docker.
Expand Down
Loading