Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchMethodError when i try to play video in Vimeo #42

Open
AmitGhoman opened this issue Jul 12, 2023 · 0 comments
Open

NoSuchMethodError when i try to play video in Vimeo #42

AmitGhoman opened this issue Jul 12, 2023 · 0 comments

Comments

@AmitGhoman
Copy link

I try to play vimeo video but showing me this error. what i need to do?

dependency like:- implementation 'com.ct7ct7ct7.androidvimeoplayer:library:1.2.2'

Glide dependency:- implementation'com.github.bumptech.glide:glide:4.14.2'

implementation 'jp.wasabeef:glide-transformations:3.0.1'

java.lang.NoSuchMethodError: No virtual method priority(Lcom/bumptech/glide/Priority;)Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/app/~~tQ1ThUqDynAA0a8fQT1l2A==/app.example.com-ai-A_YlHjpQVAFZAkbdKwO==/base.apk)

getLifecycle().addObserver(vimeoPlayer); vimeoPlayer.initialize(true, (int) videoid); vimeoPlayer.loadVideo((int) videoid); vimeoPlayer.seekTo(1.0f); vimeoPlayer.play(); vimeoPlayer.clearCache();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant