eneim / toro

Video list auto playback made simple, specially built for RecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crash SimpleExoPlayerViewHelper.initialize

yankelandroid opened this issue · comments

What kind of issue is this?

  • Question. If so, declare clearly your target and your current implementation with code formatted in markdown.

there is a crash in the SimpleExoPlayerViewHelper initialization

  • Bug report. If so, please supply the way to reproduce the issue, including addition information as follow:

    • [3.2.0 ] Toro version.
    • [9 ] Android version (can be found in Device info). Rooted/Custom rom devices are not supported.
    • [ Samsung Galaxy S8] Device name (eg: Nexus 5X, Samsung Galaxy S8)
    • Source code that can reproduce the issue (a snapshot is expected).
    • [ java.lang.NoSuchMethodError: No direct method (Landroid/os/Handler;Lcom/google/android/exoplayer2/upstream/BandwidthMeter$EventListener;)V in class Lcom/google/android/exoplayer2/upstream/DefaultBandwidthMeter; or its super classes (declaration of 'com.google.android.exoplayer2.upstream.DefaultBandwidthMeter' appears in /data/app/==/base.apk)] Logcat stack trace in case of fatal issue.
  • Feature request. Start by telling me what problem you’re trying to solve. Don’t send pull requests to implement new features without first getting my support. Sometimes I leave features out on purpose to keep the project small.

  • Other. Senseless issues are normally ignored. Please understand and cooperate.

@yankelandroid You may use a different version that 3.2.0 compiles with. Please use latest version of Toro with ExoPlayer 2.9.5 OR use ExoPlayer r2.5.4

what is the latest version of toro ?

i update with last version and get this error :
java.lang.NoSuchMethodError: No direct method (Lcom/google/android/exoplayer2/RenderersFactory;Lcom/google/android/exoplayer2/trackselection/TrackSelector;Lcom/google/android/exoplayer2/LoadControl;Lcom/google/android/exoplayer2/drm/DrmSessionManager;)V in class Lcom/google/android/exoplayer2/SimpleExoPlayer; or its super classes (declaration of 'com.google.android.exoplayer2.SimpleExoPlayer' appears in /data/app-7jOOcLNymdRFTFu9myzYug==/base.apk)
when i am calling ExoPlayerViewHelper.play()

@yankelandroid What is ExoPlayer version you are using?