gpt4 book ai didi

android - 无法在 android 上运行 react-native 新项目

转载 作者:行者123 更新时间:2023-12-03 03:45:53 35 4
gpt4 key购买 nike

当我尝试使用 react-native run-android 运行我的项目时,它显示了这个错误:error Failed to install the app.确保您已设置 Android 开发环境:https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment。

此外,当我从 Android Studio 运行时它显示此错误:错误:Android 依赖项“org.webkit:android-JSC:r245459”设置为不支持的 compileOnly/provided

这是我的 package.json 文件:

    {
"name": "churchmap",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.1"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"react-test-renderer": "16.8.1"
},
"jest": {
"preset": "react-native"
}
}

我不明白为什么不工作

最佳答案

我替换了 maven { url ' https://jitpack.io ' } 与 Maven { url ' https://www.jitpack.io ' },然后我下载了 jetifier npm install --save-dev jetifier 并运行了 npx jetifier。那解决了我的问题:)

关于android - 无法在 android 上运行 react-native 新项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58130515/

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