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

libgnustl_shared.so conflicts with Spotify SDK #6

Closed
delfinof opened this issue Mar 14, 2017 · 1 comment
Closed

libgnustl_shared.so conflicts with Spotify SDK #6

delfinof opened this issue Mar 14, 2017 · 1 comment

Comments

@delfinof
Copy link

The version of the libgnustl_shared.so is in conflict with the one shipped by the Spotify SDK, available here;
https://github.com/spotify/android-sdk/releases/tag/24-noconnect-2.20b

Since yours size is 5MB vs 1MB Spotify's version, my guess is that they are stripping something: while giving priority to your version seems to allow Spotify SDK to work correctly, the other way round makes the app to crash in your native code for the luck of some symbols.

In order to avoid possible unknown bugs (and conflicts with other SDKs), wouldn't it be better to just use static linking?
If it's a licensing issue, wouldn't be better to rename your version like libgnustl_rome_shared.so?

@delfinof delfinof changed the title libgnustl_shared.so conflict with Spotify SDK libgnustl_shared.so conflicts with Spotify SDK Mar 14, 2017
@cmknox
Copy link
Contributor

cmknox commented Mar 22, 2017

Thanks for the feedback. I've added this as a potential enhancement for a future release.

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

No branches or pull requests

2 participants