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

Build error for version 2.9.0 #35

Open
ilandbt opened this issue Feb 21, 2024 · 3 comments
Open

Build error for version 2.9.0 #35

ilandbt opened this issue Feb 21, 2024 · 3 comments

Comments

@ilandbt
Copy link

ilandbt commented Feb 21, 2024

Description

Im trying to update to the latest version (2.9.0) but im getting an error in the build process.

Screenshot 2024-02-21 at 7 01 15

Any suggestions how to fix this issue?
Thanks

@MBrizic01
Copy link

Hi @ilandbt, sorry to hear about the issue. What are your steps in reproducing it? This was tested on our side, and we have successfully downloaded and run v2.9.0.

@ilandbt
Copy link
Author

ilandbt commented Feb 22, 2024

Nothing different than a usual update, Just update the gradle file.
Ill try again with an empty project and will update.

@DoDoENT
Copy link
Contributor

DoDoENT commented Mar 26, 2024

Hi @ilandbt!

v2.9.0 was built using NDK r26c and switched to using dynamic C++ runtime instead of the static one. You can find this in the release notes.

The benefit of using dynamic runtime is that it allows for smaller app size when you are combining multiple SDKs that also use native C++ components, as their common runtime can then be reused (use the latest available runtime when resolving the conflict), and avoids incompatibilities that could happen if multiple different SDKs used different versions of C++ runtime and linked it statically while exposing the c++ runtime symbols (which is the default).

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

3 participants