I had the same problem.
It was an issue with the NDK level (and probably the sdk too).
my game was working on android 10 but not android 7 with the exact same error.
i had min sdk=24 target=28 and that is ok, that can stay the same.
what i’ve changed was the “Platforms - Android > Project sdk override”, AND (just in case) the “Platforms - Android SDK” preferences, to have this:
ndk api level = android-24
sdk = matchndk
now is working on 7 and 10.
that made it work on android phone version 7.x