gd_cubism
gd_cubism copied to clipboard
There may be instances of execution failure when trying to build the Android version due to the lack of log libraries.
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
after this fixed,android will freeze...........orz......,cannot work........