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 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.
The text was updated successfully, but these errors were encountered:
After updating exoplayer dependency to anything above 1.12.0 this problem happens.
The text was updated successfully, but these errors were encountered: