Doug Downs 0 Posted 6 hours ago I currently have a Delphi 11 app that installs & runs fine on several Android devices & versions. My issue is when I try to run it on an Android 14 device, I have inconsistencies. Is there a reason I am having issues on this version of Android? Thanks for your help. Share this post Link to post
Dave Nottage 577 Posted 6 hours ago (edited) 4 minutes ago, Doug Downs said: Is there a reason I am having issues on this version of Android? There have been changes in later versions of Android that are not necessarily supported by Delphi 11. The easiest solution is to stay current with Delphi, i.e. use Delphi 12.2*. Otherwise, indicate what the "inconsistencies" are that you are having trouble with, as they might be resolvable. *I should point out that even using Delphi 12.2 may not resolve all your issue(s) - you may still need to change your code to allow for later versions of Android. Edited 5 hours ago by Dave Nottage Share this post Link to post
Doug Downs 0 Posted 5 hours ago I have an issue with the datetime string MM:DD:YY HH:MM am/pm in a particular field dropping the pm. I have installed Delphi 12 Trial to see if the same Andriod 14 device does the same on D12/A14. I am getting about 40 errors when trying to build and run on D12/A14. Below are just the first 4. [PAClient Error] Error: E7688 Error in c:\program files (x86)\embarcadero\studio\23.0\lib\android\Debug\annotation-1.2.0.dex.jar: [PAClient Error] Error: E7688 java.nio.file.NoSuchFileException: c:\program files (x86)\embarcadero\studio\23.0\lib\android\Debug\annotation-1.2.0.dex.jar [PAClient Error] Error: E7688 Error in c:\program files (x86)\embarcadero\studio\23.0\lib\android\Debug\asynclayoutinflater-1.0.0.dex.jar: [PAClient Error] Error: E7688 java.nio.file.NoSuchFileException: c:\program files (x86)\embarcadero\studio\23.0\lib\android\Debug\asynclayoutinflater-1.0.0.dex.jar Any ideas? Thanks. Share this post Link to post
Dave Nottage 577 Posted 4 hours ago 58 minutes ago, Doug Downs said: Any ideas? Thanks. See this link. Share this post Link to post