使用luajit 2.1 在arm64架构下提示 cannot load incompatible bytecode。在armeabi-v7a下可以正常运行,这种问题如何解决?
32位只能跑32的bytecode,64位只能跑64位bytecode
android上是不是不区分的吧
使用luajit 2.1 在arm64架构下提示 cannot load incompatible bytecode。在armeabi-v7a下可以正常运行,这种问题如何解决?
32位只能跑32的bytecode,64位只能跑64位bytecode
android上是不是不区分的吧