Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to detect New Relic instrumentation. error in android application

I'm trying to create a test app using the New Relic library in Eclipse on Ubuntu, Android 4.2.2, New Relic SDK 2. When I run the app I get following error:

E/com.newrelic.agent.android(31733): Failed to detect New Relic instrumentation.  

Something likely went wrong during your build process and you should contact [email protected].

I followed the New Relic SDK installation tutorial for the example app exactly, but I still get this error, and no data is sent to New Relic.

Any idea what might be the problem?

like image 540
maephisto Avatar asked Oct 21 '22 05:10

maephisto


1 Answers

I was getting this error until I upgraded Eclipse to Juno. Apparently the New Relic plugin isn't compatible with older versions of Eclipse.

like image 112
droideckar Avatar answered Oct 24 '22 03:10

droideckar