I just built my Unity game for android. But when I wanted to install this apk on my phone - occurred an error:
From my language, it translates like "The app is not installed because it is not compatible with your phone".
I thought it could be a problem with target API level parameter. I changed it for: min. API Level - Android 5.1; target API level - API level 34. I've also tried with target API level Android 13.0. In all cases it didn't helped.
If you need this, my phone is Google Pixel 7 on Android 13.
I've also tested on another devices like:
- Some Xiaomi (Android 13)
- Poco m3 (Android 12)
- Realme 13 (Android13)
And on these devices it installed successful.
Do you have any ideas what may help me?

