New Relic Android agent error with gradle

前端 未结 3 1830
一整个雨季
一整个雨季 2021-02-14 22:00

I have a project that uses the gradle build system and I\'m willing to add New Relic monitoring to it.

The project (including New Relic) is working fine on Linux (Fedor

3条回答
  •  别那么骄傲
    2021-02-14 22:36

    There's a new version of new relic client available. It resolves issues that V3.361.0 had around newer JDKs and proguard. Here's what you should use to resolve the JDK problem.

    classpath 'com.newrelic.agent.android:agent-gradle-plugin:3.378.0'
    

    Paste this into your build.gradle where you have listed your dependencies. Let me know if it doesn't work.

提交回复
热议问题