Have you built and installed an APK yourself that you use as a target or did you download one? If so which one?
There is a requirement that all Android applications support 64 bit Android from August 2019 and to support this we have very recently added 64 bit Android support. This means that we now make a distinction between 32 and 64 bit Android versions (although you can have an apk that supports both). And the bytecode for your Lua code differs between the 32 and 64 bit version. It sounds like you are trying to run the wrong version of the bytecode somehow.