Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

ERROR: Failed to resolve: com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" } // this is the line that you probably need
    }
}

you probably forgot the maven dependancy
 
PREVIOUS NEXT
Tagged: #Failed
ADD COMMENT
Topic
Name
9+8 =