Error : F2051 (Android (Application Store) )

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
16498
Newbie
Newbie
Posts: 4
Joined: Tue Jun 25, 2024 12:00 am

Error : F2051 (Android (Application Store) )

Post by 16498 » Thu Jul 17, 2025 1:35 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9721
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Error : F2051 (Android (Application Store) )

Post by Yeray » Fri Jul 18, 2025 1:36 pm

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?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

16498
Newbie
Newbie
Posts: 4
Joined: Tue Jun 25, 2024 12:00 am

Re: Error : F2051 (Android (Application Store) )

Post by 16498 » Fri Jul 18, 2025 2:21 pm

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.
Attachments
Android32.jpg
Android32.jpg (347.5 KiB) Viewed 3171 times

Yeray
Site Admin
Site Admin
Posts: 9721
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Error : F2051 (Android (Application Store) )

Post by Yeray » Wed Jul 23, 2025 2:46 pm

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:
librarypath.png
librarypath.png (100.76 KiB) Viewed 1864 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

16498
Newbie
Newbie
Posts: 4
Joined: Tue Jun 25, 2024 12:00 am

Re: Error : F2051 (Android (Application Store) )

Post by 16498 » Wed Jul 23, 2025 6:11 pm

Hello, the procedure worked for both 32-bit and 64-bit. Thank you very much! — Marcelo

Post Reply