Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Android resource linking failed" kohii_player_spherical_view #156

Open
gvravikumar opened this issue May 3, 2021 · 3 comments
Open

"Android resource linking failed" kohii_player_spherical_view #156

gvravikumar opened this issue May 3, 2021 · 3 comments

Comments

@gvravikumar
Copy link

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"

@gvravikumar
Copy link
Author

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"

@loicsiret
Copy link

Hi,

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 2 10 4

It's why changing dependencies has solved your problem ;)

@gvravikumar
Copy link
Author

thanks for the reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants