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

There may be instances of execution failure when trying to build the Android version due to the lack of log libraries. #93

Open
MizunagiKB opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels

Comments

@MizunagiKB
Copy link
Owner

There may be instances where the Android build does not operate on actual hardware.

The phenomenon is due to the Android build of SConstruct not linking the log library, resulting in the inability to call the __android_log_print function.

To circumvent this issue, modify the Android build to link the log library.

env.Append(LIBS=["Live2DCubismCore", "log"])

This report was posted in the comment section on YouTube.

https://www.youtube.com/watch?v=khSFdmw4Sd0

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

No branches or pull requests

1 participant