Rolamix / cordova-plugin-playlist

🎶 A Cordova plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls 🎶
MIT License
32 stars 33 forks source link

it's not working(android),Build failed with an exception #25

Open 442623641 opened 5 years ago

442623641 commented 5 years ago

Actual Behaviour

No voice, no work

Platform and Version (eg. Android 5.0 or iOS 9.2.1)

(Android) What device vendor (e.g. Samsung, HTC, Sony...)

Cordova CLI version and cordova platform version

cordova --version                                   8.1.2 (cordova-lib@8.1.1)
cordova platform version android                    android 7.1.4

Plugin version

0.8.0

Logs taken while reproducing problem

E/ExoMediaPlayer: Unable to seek across windows, falling back to in-window seeking

442623641 commented 5 years ago

image image image

codinronan commented 5 years ago

Hey, yep you're right, the latest version of ExoPlayer removes the generic type parameters on TransferListener.

I've updated the code and published 0.8.1, can you update and confirm it's working? I have it working locally.