Android agent plugin version: com.appdynamics:appdynamics-gradle-plugin:20.10.0 Using the Android Gradle plugin and calling an assembly task for a particular Android product flavour & build type puts the mapping files in an output folder that the App...
Appdynamics says "Developers confirmed that this issue will be fixed for the next Agent update, which should come out next month."Boggles my mind that I have to give these updates in this forum and not Appdynamics people themselves.
FYI, I've updated the Gradle plugin and run time versions to the latest versions: // App dynamics Pluginclasspath "com.appdynamics:appdynamics-gradle-plugin:21.2.1"implementation 'com.appdynamics:appdynamics-runtime:21.2.1' And the same thing happens...
I've tried specifying the mapping file location in the proguard-rules.pro: -printmapping build/outputs/mapping/test/mapping.txtBut again, it seems the task appDynamicsUploadProguardMappingTestProd is looking for the mapping files before they are ther...