反应原生调试器发出远程错误

时间:2017-05-06 23:52:42

标签: react-native visual-studio-code

在创建示例项目react-native init testProject

之后,我正在运行VS代码工具并在Windows上运行它

我尝试通过调试来调试应用程序。我附上了一个Android配置:

    "configurations": [
    {
        "name": "Debug Android",
        "program": "${workspaceRoot}/.vscode/launchReactNative.js",
        "type": "reactnative",
        "request": "launch",
        "platform": "android",
        "sourceMaps": true,
        "outDir": "${workspaceRoot}/.vscode/.react"
    },

我有调试和运行应用程序的问题,我花了几个小时试图弄清楚没有成功,我将cli降级到1.0,adb kill-server但没有成功,每次我都有错误: enter image description here

我的想法已经用完,我还能做些什么?

由于

0 个答案:

没有答案
相关问题