gpt4 book ai didi

android - 由于 react-native-gesture-handler,无法运行 React Native 项目

转载 作者:行者123 更新时间:2023-11-29 14:20:15 24 4
gpt4 key购买 nike

我添加了 react-navigation 和 react-native-gesture-handler。当我使用 react-native run-android 运行项目时,出现以下错误:

  • 出了什么问题:
Could not compile settings file 'C:\Users\pc\Desktop\GSTCalc\android\settings.gradle'.
> startup failed:
settings file 'C:\Users\pc\Desktop\Project\android\settings.gradle': 3: unexpected char: '\' @ line 3, column 133.
Following is the content of my settings.gradle file:

rootProject.name = 'GSTCalc'
include ':react-native-gesture-handler'
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '..\node_modules\react-native-gesture-handler\android')
include ':app'

我试图从我的项目文件夹中删除节点模块文件夹。并运行 npm 安装。但这一切都是徒劳的。我还应该做什么?提前致谢。

最佳答案

我遇到了同样的问题。

我的第一行(有错误的那一行)是:

project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '..\node_modules\react-native-gesture-handler\android')

我把它改成:

project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')

我重建了它,它工作了!希望这会有所帮助。

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

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