Hello,
I’m using Delphi 12.3 with TeeChart VCL FMX 2025.44, and when compiling for Android (Application Store) I encounter the fatal error:
F2051 Unit FMXTee.Animations.Tools was compiled with a different version of FMXTee.Series.TCustomBarSeries
This error does not occur when compiling for the Development profile, nor when building the Windows version.
Thank you for your attention, and I look forward to your response.
Error : F2051 (Android (Application Store) )
Re: Error : F2051 (Android (Application Store) )
Hello,
I get that same error in Android 32-bit, but I get it for both "Development" and "Application Store" Configurations.
On the other hand, it seems to work fine for me here in Android 64-bit, for both Configurations.
Could you please double check to confirm we are in the same situation?
I get that same error in Android 32-bit, but I get it for both "Development" and "Application Store" Configurations.
On the other hand, it seems to work fine for me here in Android 64-bit, for both Configurations.
Could you please double check to confirm we are in the same situation?
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: Error : F2051 (Android (Application Store) )
The issue also occurs when compiling for Android 32-bit under the Application Store configuration.
It’s worth mentioning that this error did not occur when I was using Delphi 12.1 — it only started after updating to Delphi 12.3.
It’s worth mentioning that this error did not occur when I was using Delphi 12.1 — it only started after updating to Delphi 12.3.
- Attachments
-
- Android32.jpg (347.5 KiB) Viewed 3171 times
Re: Error : F2051 (Android (Application Store) )
Hello,
I've seen there's a problem in TeeRecompile/TeeInstall that makes the backup of the Lite version shipped with the IDE not to be done correctly for android 32 bits.
You should be able to workaround this by moving the library path to the top of the list:
I've seen there's a problem in TeeRecompile/TeeInstall that makes the backup of the Lite version shipped with the IDE not to be done correctly for android 32 bits.
You should be able to workaround this by moving the library path to the top of the list:
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: Error : F2051 (Android (Application Store) )
Hello, the procedure worked for both 32-bit and 64-bit. Thank you very much! — Marcelo