Can you please fix this for armeabi-v7a
I downloaded the game but when I opened it I got this error
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/rpy/booksotre.rpy", line 941, in script
File "game/rpy/booksotre.rpy", line 941, in <module>
Exception: Could not load Live2D. b'libLive2DCubismCore.so' was not found.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/rpy/booksotre.rpy", line 941, in script
File "renpy/ast.py", line 1273, in execute
File "renpy/python.py", line 1298, in py_eval_bytecode
File "game/rpy/booksotre.rpy", line 941, in <module>
File "renpy/gl2/live2d.py", line 691, in __init__
File "renpy/gl2/live2d.py", line 643, in common
File "renpy/gl2/live2d.py", line 631, in create_common
File "renpy/gl2/live2d.py", line 257, in __init__
File "renpy/gl2/live2d.py", line 141, in init
File "renpy/gl2/live2d.py", line 83, in onetime_init
Exception: Could not load Live2D. b'libLive2DCubismCore.so' was not found.
I checked the libs and found that just armeabi-v7a folder doesn't have the file that it's asking for please fix