简体   繁体   English

配置项目':react-native-vector-icons'时发生问题

[英]A problem occurred configuring project ':react-native-vector-icons'

Try below workaround 请尝试以下解决方法

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

you should try again today as the jCenter services were taken down due to some miscommunication. 您今天应该再试一次,因为jCenter服务由于通讯不畅而被关闭了。 Now all the packages are restored. 现在,所有软件包都已还原。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM