Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 10.3 Rio reduced the number of Android devices supported?

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?

like image 298
Mike at Bookup Avatar asked Dec 22 '18 15:12

Mike at Bookup


1 Answers

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.

like image 66
Allen Drennan Avatar answered Nov 11 '22 14:11

Allen Drennan