-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android - Didn't find class "com.newrelic.agent.android.instrumentation.okhttp3.OkHttp3Instrumentation" #12
Comments
hi guys,did you solve the problem ? I meet the same problem. when I debug the project, this issue display. but <./gradlew clean installStagingRelease > can install the app and run successfully, it's so strange. the following is detail error, I can't solve them ,it waste me lots of times, anyone can help me?thanks a lot.😊 FATAL EXCEPTION: main |
@yuppieboy Did you ever figure out a solution to this problem? I am having the same issue. |
@nickbreaton upgrade to latest version ,it works. my is v0.48.1 ,there is a pr open ,you can fork this repo and fix the issue yourself. |
official newrelic react native agent is available https://docs.newrelic.com/docs/mobile-monitoring/new-relic-monitoring-react-native/monitor-your-react-native-application/ |
I have followed the installation instructions for Android to the letter and I receive the following crash report (ironically through New Relic) using the latest master branch code, react-native 0.42.0:
Didn't find class "com.newrelic.agent.android.instrumentation.okhttp3.OkHttp3Instrumentation" on path: DexPathList[[zip file "/data/app/com.spaces_whitelabel.mobile.peg-1/base.apk"],nativeLibraryDirectories=[/data/app/com.spaces_whitelabel.mobile.peg-1/lib/x86, /system/fake-libs, /data/app/com.spaces_whitelabel.mobile.peg-1/base.apk!/lib/x86, /system/lib, /vendor/lib]]
Do let me know if you need any more debug/project-specific information.
Many thanks
The text was updated successfully, but these errors were encountered: