tolua icon indicating copy to clipboard operation
tolua copied to clipboard

tolua for arm64 have problem bytecode

Open dkennnn opened this issue 2 years ago • 1 comments

I add tolua for android 64bit, but when i run app in mobile, it can't load lua

E/Unity: LuaException: tolua.lua: cannot load incompatible bytecode
(Filename: currently not available on il2cpp Line: -1) E/Unity: LuaException: Lua table UpdateBeat not exists

dkennnn avatar Aug 29 '21 16:08 dkennnn

u should compile 64bit bytecode and 32bit bytecode when your apps used both armv7 and arm64 architecture

YMoonRiver avatar Mar 24 '22 04:03 YMoonRiver