Skip to content
Advertisement

Tag: exoplayer2.x

> Could not find com.google.android.exoplayer:exoplayer-core:r2.4.2

I am facing this exoplayer not found error in video android studio application after I updated my project dependencies. I don’t know how to update old Exoplayer link to https://mvnrepository.com/artifact/com.google.android.exoplayer/exoplayer Can anyone tell how to remove this error and update to latest exoplayer version ? Answer Worked after adding these to build.gradle: And enabling multidex. Check this out https://exoplayer.dev/hello-world.html

Advertisement