I'm guessing that your device has the newest android 14 installed right?. If that's the case then this is because google will be removing/abandoning 32 bit apps support and only 64 bit apps will be installed/supported and the main reason for this is because that there is a native libraries "lib" folder which is there in every android app and it contains important "abi" files that are needed to run the app according to the type of architecture so the modded apk only has "armeabi-v7a" for 32 bit support and also has a custom unique lib file created by BMT modding team/modder (
@Legend) as compared to the original/official apk which has all the native libraries for 32 & 64 bit both. I requested the modder to fix this issue but there was no response to the request and tried to do it myself but since the custom unique lib file was not universal so hence it couldn't be just copy pasted as i tried to copy the 64 bit native libraries from the official to the modded one to make it work but again I hit a dead end due to that custom unique lib file only compiled for armeabi-v7a/32 bit support so to add 64 bit support, there needs to be its own version of the custom unique lib file present inside the "arm64-v8a"/64 bit library folder adding to the mod apk. Now only thing we can do is to make a request or wait for
@Legend to fix this problem and I hope he sees this as there are many people here who requested to fix the android 14 issue. Looking forward to a solution for this.