You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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();
The text was updated successfully, but these errors were encountered: