【问题标题】:A problem occurred configuring project ':react-native-vector-icons'配置项目“:react-native-vector-icons”时出现问题
【发布时间】:2018-12-11 13:31:22
【问题描述】:

【问题讨论】:

标签: android react-native


【解决方案1】:

尝试以下解决方法

subprojects {
    if (project.name.contains('react-native-vector-icons')) {
        buildscript {
            repositories {
                jcenter()
                maven { url "https://dl.bintray.com/android/android-tools/"  }
            }
        }
    }
}

【讨论】:

    【解决方案2】:

    您应该今天再试一次,因为 jCenter 服务由于一些沟通不畅而被关闭。现在所有的包都恢复了。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-01-14
      • 2022-08-10
      • 2018-01-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-20
      相关资源
      最近更新 更多