Jump to content
Sign in to follow this  
Nicolò Blunda

Devices not compatible GooglePlay

Recommended Posts

Hi.
My app is compiled with Delphi 12 for Android.
Many devices (Tablet) appear NOT compatible in GooglePlay, while, in "Developer" release, APK is perfectly installing and running.
Example.
Lenovo Tab P11 2nd gen. is compatible, Lenovo Tab P11 PRO 2nd gen is not...
It is a targetSdkVersion problem?
Thanks

Edited by Nicolò Blunda

Share this post


Link to post

One potential issue is to make sure you have "Generate Android 32-bit and 64-bit binaries" checked in the compiler options in the release configuration. While some processors are 64bit they will only run 32bit code.

Share this post


Link to post
On 9/14/2024 at 6:34 PM, Nicolò Blunda said:

Many devices (Tablet) appear NOT compatible in GooglePlay

What is the exact message from Play Store?

On 9/14/2024 at 6:34 PM, Nicolò Blunda said:

Lenovo Tab P11 2nd gen. is compatible, Lenovo Tab P11 PRO 2nd gen is not...

Seems rather odd.

On 9/14/2024 at 6:34 PM, Nicolò Blunda said:

It is a targetSdkVersion problem?

Both of those ship with Android 12 - do they both have Android 12 now?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×