-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
No implementation found for com.facebook.react.bridge.Inspector RN 0.60.0 #25560
Comments
I have the same issue. I just run a clean project, no third party liberaries. But I this error keeps looping |
having the same issue here |
I've got the same issue in brownfield app with RN 0.60. |
I'm also having this issue on RN 0.60.0 without any third party module |
Same issue with RN 0.60.0 |
Same issue here |
#25537 (comment) that fix helped me |
Having the same issue with the same repro steps as OP System: react-native-cli: 2.0.1 |
coming from the issue #25415 now I have the issue with I have a clean react native integration with an existing app |
same issue here. ); |
I have the same issue |
same issue |
1 similar comment
same issue |
Don't write same issue, just react to first message, omg |
issue resolved for me. please try these: update your react-native version to: 0.60.3
in app/build.gradle
in MainApplication.java if you are not copying the hermes parts mentioned it would still crash. |
Thanks @praveens96 that worked for me |
Worked for me just updating to 0.60.3, thanks @praveens96 |
Works for me as well. For clarity, the |
I've followed the changes but it still fails for me. I am following this guide https://facebook.github.io/react-native/docs/integration-with-existing-apps android
app
This is the error I got, basically it fails trying to load the library
|
Resolution : Upgrade to RN 0.60.3 Closing issue. |
android logcat shows below error at every second while running app using react-native run-android
java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__)
React Native version:
System:
OS: macOS 10.14.5
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Memory: 19.14 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.10.1 - /usr/local/bin/node
npm: 6.7.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 23, 24, 25, 26, 27, 28
Build Tools: 23.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.3, 27.0.3, 28.0.2, 28.0.3
System Images: android-27 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5522156
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.0 => 0.60.0
npmGlobalPackages:
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
Steps To Reproduce
2019-07-09 21:00:12.921 10898-11041/com.my.app E/com.my.app: No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__) 2019-07-09 21:00:12.922 10898-11041/com.my.app E/unknown:ReactNative: Inspector doesn't work in open source yet java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__) at com.facebook.react.bridge.Inspector.instance(Native Method) at com.facebook.react.bridge.Inspector.getPages(Inspector.java:27) at com.facebook.react.devsupport.InspectorPackagerConnection.getPages(InspectorPackagerConnection.java:152) at com.facebook.react.devsupport.InspectorPackagerConnection.handleProxyMessage(InspectorPackagerConnection.java:72) at com.facebook.react.devsupport.InspectorPackagerConnection$Connection.onMessage(InspectorPackagerConnection.java:223) at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.java:323) at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.java:219) at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:105) at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.java:274) at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:214) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:206) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:764)
Describe what you expected to happen:
there should not be any error regarding com.facebook.react.bridge.Inspector
The text was updated successfully, but these errors were encountered: