Delphi 10.3 Rio reduced the number of Android devices supported?
Asked Answered
N

1

11

My Delphi 10.2.3 app was submitted to Google Play with the fix from this answer: Delphi Android app API level 26? Google Play reported that this build supports over 400 devices.

The same project was built with 10.3 Rio but when it was submitted, Google Play warned that this new build supported only 223 devices.

What causes this reduction in supported devices?

Nephoscope answered 22/12, 2018 at 15:38 Comment(0)
B
14

Delphi RIO 10.3 changed the Android minSdkVersion to 19 which excludes devices less than Android 4.4/KitKat and this reduces the number of target devices.

Bonehead answered 22/12, 2018 at 16:14 Comment(2)
I finally found the documentation on it. docwiki.embarcadero.com/RADStudio/Rio/en/…Nephoscope
According to the documentation, Android versions below 5.0 (Lollipop) are no longer supported since Delphi 10.3 Rio. So actually Android 4.4/KitKat is not supported.Unthinking

© 2022 - 2024 — McMap. All rights reserved.