Skip to content

Commit 756a10d

Browse files
Add additional Android requirements to README (#68)
* Add additional Android requirements to README * Defer to other sources for details plus formatting changes --------- Co-authored-by: jack-berg <[email protected]>
1 parent d3fab67 commit 756a10d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ To use these artifacts, you must also depend on `io.opentelemetry:opentelemetry-
5454
See [opentelemetry-java releases](https://github.com/open-telemetry/opentelemetry-java#releases) for
5555
more information.
5656

57+
## Android Requirements
58+
59+
An additional requirement for apps supporting older versions of Android on top of
60+
[desugaring](https://github.com/open-telemetry/opentelemetry-java/blob/main/VERSIONING.md#language-version-compatibility)
61+
is the need to set the Gradle property `android.useFullClasspathForDexingTransform` for debug
62+
builds. Please see [this](https://github.com/open-telemetry/opentelemetry-android/pull/309)
63+
pull request on the OpenTelemetry Android Extension for details.
64+
5765
## Generating semantic conventions
5866

5967
Requires docker.

0 commit comments

Comments
 (0)