- I using package new relic for RN:
https://github.com/newrelic-experimental/NewRelicReactNativeModule - Version:
- implementation “com.newrelic.agent.android:android-agent:5.+”
I added plugin : " apply plugin: ‘newrelic’ " then I rebuild , android studio showing error:
Type com.bugfender.react.BuildConfig is defined multiple times: …/android/app/build/intermediates/transforms/newrelicTransform/release/150.jar:com/bugfender/react/BuildConfig.class,
…/android/app/build/intermediates/transforms/newrelicTransform/release/156.jar:com/bugfender/react/BuildConfig.class
- I remoted plugin and rebuild, its successfully(sorry, my English not good).