我正在尝试构建我的react-native应用程序,但出现错误:
出了什么问题:配置项目':react-native-vector-icons'时出现问题。
无法解析配置':react-native-vector-icons:classpath'的所有文件。
找不到com.android.tools.build:gradle:2.3.+的任何匹配项,因为没有版本 com.android.tools.build:gradle可用。
我尝试了以下命令:
我已尽力找到解决该问题的所有方法,但无法消除此错误。有谁知道如何解决此react-native-vector-icons构建失败错误?
答案 0 :(得分:5)
您必须先卸载react-native-vector-icons插件。然后,重新安装它。只需输入:
$ npm uninstall react-native-vector-icons
$ npm install --save react-native-vector-icons