Unity game not compatible with latest version of android error

I built my unity android mobile game and put the apk on my phone to test, I get the following message:

“This app isn’t compatible with the latest version of Android. Check for an update or contact the apps developer.”

I am using Unity 2022.3.5f1

2 Likes

每一家英文作文修改 http://www.proessay.cn/our_service2.php 机构都是会有不一样的管理制度,这也是为了更好地维护好顾客和店家的双向利益。因此大家不必觉得只告之另一方相对的创作内容就可以,一定要确立另一方是不是能够为大家提供修改润色服务项目。

1 Answer

1

I believe I have found the solution. When the scripting backend is set to Mono, the ARM64 checkbox is grayed out, because Mono does not support 64 bit in Unity. Since modern phones run on 64 bit, you will get the error. The fix is to set scripting backend to IL2CCP and make sure the ARM64 box is checked. Maybe Unity should set this to the default in the editor in order to avoid future confusion.

Build Settings → Player Settings → Other Settings

Minimum API Level → set to lowest
Target API Level → set to highest

Scripting Backend → set to IL2CPP
Target Architectures → set to ARMv7 [ v ] and ARM64 [ v ]

This was very helpful. Thanks!

Thank you SO MUCH it works!

Thank you problem solved!

Thank you!! Worked in Unity 6 LTS.