We'reintegrating New Relic, into our app and their docs state to (if using Ant to build), to set
ANT_OPTS="-javaagent:/path/to/newrelic-android-3.330.0.jar"
In your environment variables, which, with AIR, would probably need to be sent through to adt? Is there any way we would be able to do that for our project?
I have the IOS side of the ANE working 100% already, just trying to figure this side out.