One year ago I could use Delphi 11 CE to develop for Android 14 with success.
I installed one week ago the newest 12.1 Community Edition on a new, clean install Win 11, even java was missing on it. The Delphi installer installed the Android platform without any problem.
Now even the simpliest Android apps are not running stable on Android 14 for me.
Like I create a new Multi-device application project, with MasterDetail template and try to run it.
Android 14 / Realme GT 2 Pro
I tried with SDK 25.2.5, SDK 35.0.2, with 32 bit, 64 bit, none of them runs correctly.
The app 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;
Android 9 / Samsung S8
Seems to work perfectly, both SDK, both 32 and 64 bit
Debugging works fine.
Thank you for your help