gpt4 book ai didi

android - react-native android project not found 错误

转载 作者:行者123 更新时间:2023-12-05 02:29:18 24 4
gpt4 key购买 nike

我正在尝试使用 react-native cli 创建一个 react-native 项目。我用来创建项目的命令

  • npx react-native 初始化测试

在此之后,如果我尝试运行此应用程序

  • cd test & npx react-native run-android

但是我得到这个错误:

找不到错误 Android 项目。你确定这是一个 React Native 项目吗?如果您的 Android 文件位于非标准位置(例如,不在“android”文件夹内),请考虑设置 project.android.sourceDir 选项以指向新位置。

我在根项目中有 android、ios 文件夹,node 版本是 16.15.0

这是我的项目json:

{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.68.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}

最佳答案

我也遇到了同样的问题,所以我在 r/reactnative 上创建了一个线程,有人提供了解决方案。不知道为什么,但它对我有用。解决方案是:

  1. 删除节点模块
  2. 将此添加到 package.json: "resolutions": { "glob": "7.2.0"}
  3. 使用 yarn 或 npm 安装 node_modules

https://www.reddit.com/r/reactnative/comments/uphynu/hello_there_is_a_new_error_i_guess/

关于android - react-native android project not found 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72239025/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com