Android-youtube-player: Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.pierfrancescosoffritti.androidyoutubeplayer:core:9.0.0.

Created on 10 Dec 2018  路  13Comments  路  Source: PierfrancescoSoffritti/android-youtube-player

question

All 13 comments

Hi, have you follow the download instructions?

Also, double check that you have this

allprojects {
    repositories {
        jcenter()
    }
}

in your project-level gradle file.

yes i also integrated all your instruction

dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:9.0.0'
}
capture

There must be something wrong with your android studio configuration then, I have just tried and it works well for me.

owk thank you for your fast response. i will try to start from first

I suggest creating a new empty project and trying there. Also make sure you're connected to the internet.

yes sir.

capture1

As it says in the link i gave you: "your app needs to be using the androidx libraries instead of the old support libraries."

can you send me zip file for this project?

Just look at the sample app.

thank you sir,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jbartusiak picture jbartusiak  路  6Comments

mankidal19 picture mankidal19  路  8Comments

Apsaliya picture Apsaliya  路  3Comments

divyas93 picture divyas93  路  7Comments

theforec picture theforec  路  8Comments