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
solved this with following dependencies
implementation "im.ene.kohii:kohii-exoplayer:1.0.0.2010004"
implementation "im.ene.kohii:kohii-core:1.0.0.2010004"
implementation "com.google.android.exoplayer:exoplayer:2.10.4"
Kohii version is linked to specific exoplayer release.
You can find the corresponding version in the Kohii version naming : im.ene.kohii:kohii-exoplayer:1.0.0.2010004
Means : exoplayer 2104
It's why changing dependencies has solved your problem ;)
I cloned your project and stuck here with error as follows
"Android resource linking failed"
kohii_player_spherical_view.
implementation "im.ene.kohii:kohii-exoplayer:1.0.0.2010004"
implementation "im.ene.kohii:kohii-core:1.0.0.2010004"
implementation "com.google.android.exoplayer:exoplayer:2.11.2"
The text was updated successfully, but these errors were encountered: