eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

crash SimpleExoPlayerViewHelper.initialize #473

Open yankelandroid opened 4 years ago

yankelandroid commented 4 years ago

What kind of issue is this?

there is a crash in the SimpleExoPlayerViewHelper initialization

eneim commented 4 years ago

@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

yankelandroid commented 4 years ago

what is the latest version of toro ?

yankelandroid commented 4 years ago

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()

eneim commented 4 years ago

@yankelandroid What is ExoPlayer version you are using?