Skip to content

Cannot link the library in Android Gradle #85

@truthhonestmessaging

Description

@truthhonestmessaging

I just downloaded Android Studio Meerkat and I cannot import just this library:
failed to resolve: com.github.florent37:shapeofview:1.4.7

// My repositories
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://maven.scijava.org/content/repositories/public' }
maven { url "https://jitpack.io" }
}

Full error: (none of these links worked)
`> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Could not find com.github.florent37:shapeofview:1.4.7.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://repo.maven.apache.org/maven2/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://jcenter.bintray.com/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://maven.scijava.org/content/repositories/public/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://jitpack.io/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
Required by:
project :app`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions