App was working fine 2 days ago. But running same code from Android Studio is crashing app on start. I've checked the old code as well but that's still crashing. Build created from same code couple of days ago is working fine. Is it some problem because of Android Studio? Or may be because of gradle dependencies. Please guide me to resolve this issue.
Here is the crash log:
java.lang.NoClassDefFoundError: Failed resolution of:
Lcom/newrelic/agent/android/instrumentation/HttpInstrumentation;
Crash details on new relic:
Didn't find class "com.newrelic.agent.android.instrumentation.HttpInstrumentation"
on path: DexPathList[[zip file "/data/app/com.fixdconsumer-1/base.apk"],
nativeLibraryDirectories=[/data/app/com.fixdconsumer-1/lib/arm,
/data/app/com.fixdconsumer-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
Already tried these solutions but didn't work:
New Relic Class Not Found ... I don't even use new relic
https://github.com/opendatakit/collect/issues/387
https://github.com/react-native-community/react-native-blur/issues/110