Skip to main content
Known Participant
March 23, 2014
Question

Pass extra compiler options for APKs?

  • March 23, 2014
  • 0 replies
  • 446 views

Seeing as how the new awesome PackageDependencies, and PackageResources have been added to the APK side of compilation with ANEs, I was just wondering if there was a possibility of passing extra compilation parameters to that side of compiling, like the linkerOptions you can have for the iOS side?  The main reason I'd want this is to implement a Java agent required by a monitoring library (New Relic) which requires

ANT_OPTS="-javaagent:/path/to/newrelic-android.jar"

to have it included in an ant APK build.

Is there any chance that we might be able to get this added functionality for AIR?

And just for extra info, the reason I want this library included is to track down a specific low memory error I'm getting on some specific devices.

This topic has been closed for replies.