无法使用VSCode调试React Native

时间:2019-04-16 17:13:32

标签: react-native visual-studio-code react-native-android

使用VSCode中的React Native Full Pack的新副本重新启动RN项目。我无法调试这个新项目,但是能够使用相同的方法调试其他项目。我已经尝试过重新创建该项目,但仍然没有骰子。我可以在命令提示符中使用react-native run-android来调试它,但不能使用VSCode进行调试。我不断收到此错误:

events.js:167
      throw er; // Unhandled 'error' event
      ^

Error: EPERM: operation not permitted, lstat 'c:\Users\nadjatee\Documents\repos\ShinSplints\android\app\build\generated\not_namespaced_r_class_sources\debug\processDebugResources\r\android\support\asynclayoutinflater'
Emitted 'error' event at:
    at NodeWatcher.<anonymous> (c:\Users\nadjatee\Documents\repos\ShinSplints\node_modules\metro\node_modules\sane\src\node_watcher.js:291:16)
    at c:\Users\nadjatee\Documents\repos\ShinSplints\node_modules\graceful-fs\polyfills.js:282:31
    at FSReqWrap.oncomplete (fs.js:158:21)
[Error] Error: Error while executing command 'react-native.cmd run-android --no-packager': Error while executing command 'react-native.cmd run-android --no-packager' (error code 101)

我也尝试过先运行打包程序,但仍默认运行--no-packager

3 个答案:

答案 0 :(得分:1)

有时候删除并重新安装NPM软件包似乎可行。但是解决此问题的更好方法是从RN目录的android文件夹中运行gradlew.bat clean,然后重新运行打包程序并重新启动应用程序。

答案 1 :(得分:1)

您还可以清理构建现金和gradle现金。

有关操作方法的更多详细信息,请查看以下文章:How to clear gradle cache?

答案 2 :(得分:0)

安装NodeWatcher。 在Windows中使用此命令:npm install node-watch

也尝试this