- changed status to wontfix
Issue #186
wontfix
The desktop build of Love2D seems to use LuaJIT 2.0.5, but the Android build uses LuaJIT 2.1.x, which is weird. LuaJIT 2.0.5 can't be used on Android ?
Comments (1)
-
- Log in to comment
It can't - LuaJIT 2.0 doesn't have support for arm64 architectures (required for modern iOS and Android devices), whereas 2.1 is less stable than 2.0 on desktops right now unfortunately.