为什么在 Android 模拟器中单击调试时 React Native 应用会崩溃?

Why does React Native app crash when clicking on debug in Android emulator?

在 Android 模拟器中单击调试时,React Native 应用显示错误

尝试调用接口方法java.lang.String com.facebook.react.bridge.Cat alystInstance.getSourceURL('在空对象引用上

以下为错误截图

模拟器截图:

调试器屏幕截图:

当点击重新加载应用程序崩溃并失去与调试器的连接时。

尝试在模拟器和 cd 中卸载并重新安装 apk android ./gradlew clean。

还是一样的错误。

我遇到了同样的问题,这是由于 'react-native-reanimated' 包(在他们的文档中提到 react-native 不再可能进行远程调试-复活:React Native Reanimated Known problems and limitations) and the solution is to use flipper to debug : Debugging React Native apps with Flipper