如何解决':react-native-vector-icons'错误,才能成功构建?

时间:2018-12-10 18:11:15

标签: reactjs react-native react-native-vector-icons

我正在尝试构建我的react-native应用程序,但出现错误:

  
      
  • 出了什么问题:配置项目':react-native-vector-icons'时出现问题。

  •   
  • 无法解析配置':react-native-vector-icons:classpath'的所有文件。

  •   
  • 找不到com.android.tools.build:gradle:2.3.+的任何匹配项,因为没有版本   com.android.tools.build:gradle可用。

  •   

我尝试了以下命令:

  • npm安装
  • npm安装npm -g
  • npm rm --cached
  • git clean -d -fx
  • npm缓存清理--force
  • npm更新
  • npm升级
  • npm审核修复程序
  • npm install react-native-vector-icons --save

我已尽力找到解决该问题的所有方法,但无法消除此错误。有谁知道如何解决此react-native-vector-icons构建失败错误?

enter image description here

1 个答案:

答案 0 :(得分:5)

您必须先卸载react-native-vector-icons插件。然后,重新安装它。只需输入:

$ npm uninstall react-native-vector-icons
$ npm install --save react-native-vector-icons