Closed isroilov-sh closed 3 years ago
Hi @isroilov-sh , I can reproduce the issue. I've used exoplayer:exoplayer:2.14.0
in the current version of the library.
So, you could try using implementation 'com.google.android.exoplayer:exoplayer:2.14.0'
Latest version of exoplayer:2.14.1
will be available in the next release
when I add implement video-trimmer and make sync project, ExoPlayerFactory become unimportable
with video-trimmer 1.4.0 working
I tried removing video-trimmer dependency and kept the exoplayer-2.14.0 . still, I can't import exoplayerFactory, seems it has been removed from the exoplayer.
Can you try the same?
Just create SimpleExoplayer from SimpleExoplayer.Builder() and removed unimportable ExoplayerFactory class.
after adding dependency to gradle and sync, cant import exoplayer2.ExoplayerFactory to classes. also added dependency exolayer 2.10.4, changeing version not hepls