Skip to content

Не удается подключить библиотеку #21

@capcom6

Description

@capcom6

Создали новый проект в Android Studio, подготовили согласно документации, но возникает ошибка

Error:(27, 13) Failed to resolve: com.github.evotor:device-drivers:1.2.0

В build.gradle проекта и модуля изменения внесены согласно документации.
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.github.evotor:device-drivers:1.2.0'
testCompile 'junit:junit:4.12'
}

В чем может быть проблема?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions