0

I just built my Unity game for android. But when I wanted to install this apk on my phone - occurred an error:

enter image description here

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?

1
  • 1
    Try to install via adb, you can get a detailed reason. BTW pixel 7 only supports 64-bit app. Commented Oct 8, 2023 at 12:39

1 Answer 1

3

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.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.