问题
So I'm getting an error when doing the new relic's setup on android in windows 7 64 bits. After I run the setup.exe and give the project's path it throws the following error:
Unknown or invalid android build target: android - 16
Any ideas of what I'm doing wrong? I've updated the SDKs and java but still nothing. Also the enviroment variables are all set
Also this happens AFTER I've put my token
回答1:
Your best bet is to file a ticket with New Relic support if you haven't already: support@newrelic.com
Regarding your specific question -- you might want to verify that the target
property in your project.properties
is android-16
(no spaces!).
If changing that doesn't help, please do hit up support!
回答2:
I confused the eclipse's SDK with the Windows's SDK. You need to open the SDK on the eclipse button, not on the windows start menu
来源:https://stackoverflow.com/questions/15744226/new-relic-on-android-4-2-2