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

Incompatibility with exoplayer from 1.12.0 version onwards. #8

Open
strangel3t opened this issue Mar 17, 2021 · 1 comment
Open

Incompatibility with exoplayer from 1.12.0 version onwards. #8

strangel3t opened this issue Mar 17, 2021 · 1 comment

Comments

@strangel3t
Copy link

strangel3t commented Mar 17, 2021

java.lang.NoSuchMethodError: No static method newSimpleInstance(Landroid/content/Context;Lcom/google/android/exoplayer2/RenderersFactory;Lcom/google/android/exoplayer2/trackselection/TrackSelector;Lcom/google/android/exoplayer2/LoadControl;Lcom/google/android/exoplayer2/drm/DrmSessionManager;Lcom/google/android/exoplayer2/upstream/BandwidthMeter;)Lcom/google/android/exoplayer2/SimpleExoPlayer; in class Lcom/google/android/exoplayer2/ExoPlayerFactory; or its super classes (declaration of 'com.google.android.exoplayer2.ExoPlayerFactory' appears in /data/app/de.emfdigital.eatmovefeel-bNLUBSqLEOna024gPgRufg==/base.apk)
       at com.arthurivanets.arvi.player.DefaultPlayer.init(DefaultPlayer.java:127)
       at com.arthurivanets.arvi.widget.PlayableItemViewHolder.startPlayer(PlayableItemViewHolder.java:163)
       at com.arthurivanets.arvi.widget.PlayableItemViewHolder.start(PlayableItemViewHolder.java:91)
       at com.arthurivanets.arvi.widget.PlayableItemsRecyclerView.handleItemPlayback(PlayableItemsRecyclerView.java:255)
       at com.arthurivanets.arvi.widget.PlayableItemsRecyclerView.onScrolled(PlayableItemsRecyclerView.java:417)

After updating exoplayer dependency to anything above 1.12.0 this problem happens.

@bipinvaylu
Copy link

@arthur3486 and @strangel3t Any update on this issue? I am stuck using this library due to this error.

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

2 participants