Hello, I used Delphi 11 CE to develop for Android 14, 32 bit for a year, it was working fine.
Now I started my old app on Android 14 and it stopped working though it was running fine before.
I installed the newest 12.1 Community Edition in a new, clean install Win 11, even java was missing on it. The Delphi installer installed the Android platform without any problem.
Android 14 / Realme GT 2 Pro
Now even the simpliest Android apps are not running stable on Android 14 for me. A create a new multi device application project, with MasterDetail template.
I tried with SDK 25.2.5, SDK 35.0.2, with 32 bit, 64 bit, none of them runs correctly.
It is intalled, starts but halts after a few seconds with exception class 10 with 64 bit, SDK 35
It is intalled, starts but halts after a few seconds with exception Segmentation fault 11 with 32 bit, SDK 25
I put a debug breakpoint on project source Application.Initialize but either halts before reaching it or not stopping at it;
I tried to make my old app alive, it needs permissions READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE, and Camera.
It starts but is not asking for permissions from the user but in the code in RequestPermissions_Result i see that I did not get it for READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE
Android 9 / Samsung S8
Seems to work perfectly, both SDK, both 32 and 64 bit
Debugging works fine.
Thank you for your help