无法响应本机android / setting

时间:2019-01-31 13:39:38

标签: react-native

我在settings.gradel中遇到错误。 设置文件'C:\ Users \ abhi \ abhilash \ floatbutton \ android \ settings.gradle':

3: unexpected char: 
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '..\node_modules\react-native-vector-icons\android')

showing error in // \react-native-vector-icons\android')  /android.



rootProject.name = 'floatbutton'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '..\node_modules\react-native-vector-icons\android')

include ':app'

1 个答案:

答案 0 :(得分:0)

这可能是最新gradlew的错误或对本机链接idk作出反应,但是每次我需要安装本机android模块时,都会收到此错误。对我来说,解决方案是转到Android文件夹并打开settings.gradle,然后将所有\替换为/

根据您的情况,转到“ C:\ Users \ abhi \ abhilash \ floatbutton \ android \”。

使用文本编辑器打开settings.gradle

'..\node_modules\react-native-vector-icons\android'替换为'../node_modules/react-native-vector-icons/android'

保存并享受