Hellow everyone .. i have existing android only project .. and now i want to play Spine 2d animation in an Activity ..
i did try Korge + korge-spine which is successful for loading Spine Boy .. but when i try to load my assets there was an error about cant transform Value float array
id did try to embed libgdx to an activity but i got another error regarding .so file not found
my last chance was using webview + pixie js + spine i found this repo
https://github.com/sukie2/android-2D-animations/
my question is .. can i create a multiplatform library that targeting JS inside my existing project .. compiled it .. then load the html file from android webview .. because i dont have much experience in javascript (edited)