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:
And on these devices it installed successful.
Do you have any ideas what may help me?
Fixed!
I tried to fix these 3 days, and after less than half an hour after posting this fixed by myself.
The problem was that my phone had different architecture, that wasn't checked in Other Settings in Unity. I checked it, and everything worked now.