Hi all,
at work I have developed an Android app which can not be installed
by several devices I've used for testing.
All of them are Android 11+

Error shown in Play Store is: 
"This app isn't available for your device because it was 
made for an older version of Android".

Here are some settings:
gradle.properties:
..
ANDROID_BUILD_TOOLS_VERSION=26.0.2
ANDROID_BUILD_SDK_VERSION=24
ANDROID_BUILD_MIN_SDK_VERSION=16
ANDROID_BUILD_TARGET_SDK_VERSION=22

I've updated some settings, inspired from 
this useful link on Stackoverflow:
https://stackoverflow.com/a/75515891/995276

So, now gradle.properties is:
...
ANDROID_BUILD_TOOLS_VERSION=26.0.2
ANDROID_BUILD_SDK_VERSION=33
ANDROID_BUILD_MIN_SDK_VERSION=16
ANDROID_BUILD_TARGET_SDK_VERSION=33

I have recompiled the app and create new release for 
internal testing, the result was the same as the previous one.
It is installing only by one phisical device (and from
the simulator Nexus5X, Android 13 with Google Play).

What can be the issue?

Thank you,

Maurizio

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7d91275b-0898-4d26-b05b-06b188ae4dd0n%40googlegroups.com.

Reply via email to