I want to install Newrelic to monitor my Android app. I have successfully integrated the SDK using ant. However, I prefer using a code library rather than linking my code with their .class.
The Newrelic documentation doesn't mention a non ant way to install Newrelic, here - http://newrelic.wistia.com/medias/rzbz77365w.
I noticed the Newrelic staff answer questions here in SO, so maybe one of them can assure me that using ant is the only supported solution at the moment?
Update to this: the latest SDK now includes an Eclipse and Maven plugin and a much-improved Ant build process as well.