Hi,
My first post so I hope I put it in the right place
Context: An Android mobile app which integrates with AppDynamics fails to build.
My issue is: whenever I try to build the app in Jenkins (our CI system), it fails when attepmting to execute...
Hi clal, thanks for your answer.
Yes it is a windows machine.
In the build.gradle i see
compile 'com.appdynamics:appdynamics-runtime:4.4.0.440'
Is this the version you are mentioning?
I also see a reference to
apply plugin: 'adeum'
But I'm not s...