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'
}
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.
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,