在创建示例项目react-native init testProject
我尝试通过调试来调试应用程序。我附上了一个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但没有成功,每次我都有错误:
我的想法已经用完,我还能做些什么?
由于