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
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.
The text was updated successfully, but these errors were encountered:
@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
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()
What kind of issue is this?
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:
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.
The text was updated successfully, but these errors were encountered: