react-native 使用react-native run-android 启动项目 报错 Android project not found
Posted ymanwei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native 使用react-native run-android 启动项目 报错 Android project not found相关的知识,希望对你有一定的参考价值。
react-native 项目意外关闭 重新启动项目 启动命令 react-native run-android 然后 项目报错
Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside ‘android‘ folder), consider setting `project.android.sourceDir` option to point to a new location. Run CLI with --verbose flag for more details.
找了很多办法,比如更新react-native ,清除项目缓存,都没有用,最后发现是Android的文件问题,删除 项目文件中 /android/app/ 下面的bulid 文件,然后Android软件重新编译,命令行重新输入启动命令,项目启动成功。
以上是关于react-native 使用react-native run-android 启动项目 报错 Android project not found的主要内容,如果未能解决你的问题,请参考以下文章
使用 react-native run-android 运行时出现 React-Native 错误
使用 react-native router-flux 时,BackHandler 在 react-native 侧面菜单中不起作用