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
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.
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.
This report was posted in the comment section on YouTube.
The text was updated successfully, but these errors were encountered: