Hi team,
I'm am just trying to import the Appd plugin inside an android library:
apply plugin: 'com.android.library'apply plugin: 'adeum' // this line added for AppDynamics
But always with this error:
A problem occurred configuring the projec...
Hi Team !!! In fact I reached support and they told me that the android plugin is complaining that it is being applied to a library, which is not supported.. Why I was trying to instrument a library ? well this is a specific use case that is not in ...