cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yngwie_lucero
Dynatrace Advisor
Dynatrace Advisor

The Dynatrace Android Gradle plugin adds its own Gradle task to the Android build. When the customer rebuilds the application Gradle ensures that our tasks are executed. The plugin auto-instruments the ".class" after they are compiled and before they are transformed into ".dex" files.

The following illustration shows how Android compiles the source code and where the Dynatrace Android Gradle plugin auto-instruments the application:

compiler8.png

Source: https://developer.android.com/studio/releases (24.01.2020)

Version history
Last update:
‎30 Nov 2022 04:52 AM
Updated by:
Comments
ChadTurner
DynaMight Legend
DynaMight Legend

Thanks for this write up @yngwie_lucero