在Ubuntu中连接到远程调试器时超时

时间:2018-01-18 11:53:35

标签: react-native react-native-debugger

我在以下环境中运行react-native: -

Environment:
  OS: Linux 4.4
  Node: 6.11.1
  Yarn: 0.22
  npm: 5.5.1
  Watchman: 4.5.0
  Xcode: N/A
  Android Studio: Not Found

Packages: (wanted => installed)
  react: 16.0.0 => 16.0.0
  react-native: 0.51.0 => 0.51.0

我在真正的Android设备中连接到远程调试器时超时"超时#34;每当我尝试远程调试js时,就会出现问题。我还在mac OS x中测试了应用程序,它可以正常使用远程js调试。

1 个答案:

答案 0 :(得分:2)

嗨,这个问题类似于这个https://github.com/facebook/react-native/issues/16674

我已通过降低react-native版本来解决此问题。 RN 0.49.3。