It seems that Delphi 10.3 generated APKs are not compatible with the NOX emulator running Android 7.   The moment I try running the APK, I get a message that the application closed.   This happens with every APK I generate (e.g. https://github.com/bLightZP/ElegantCalculator). Trying to debug the issue, it seems that my first line of code is not even executed before the app closes.   Any ideas?