Jump to content
Sign in to follow this  
Shano

Error Building Android 64 bit App, Delphi 12.2, Update2, Patch 2

Recommended Posts

I Have Delphi Athens installed and am trying to build a 64 bit app and I am gettting this message.

 

[DCC Fatal Error] F1026 File not found: 'C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidNDK-21-23.0.51961.7529\android-ndk-r21\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\aarch64-linux-android\bin\ld.exe'

 

I do not have a path C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidNDK-21-23.0.51961.7529\android-ndk-r21

 

I have a C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidNDK-21-23.0.53982.0329 path.

 

I want to build Apps for iOS18 and  Android 14 (API level 34) 

 

How do I fix this please.

 

image.png.dc496ce5cf4bd0edf3221da3530d94cd.png

 

image.thumb.png.f623104251dfff0dcc6633001b69189c.png

 

image.thumb.png.6ccf968f7274f6457219c541befc0fb1.png

Share this post


Link to post

No dproj do seu app apague tudo entre as tags 'Android64'">AndroidSDK35.0.2_64bit.sdk</PlatformSDK>'. Deve ficar assim

'Android64'"></PlatformSDK>' pois seu app está vinculado a um sdk que não existe mais na sua nova instalação do delphi 12.2.

Share this post


Link to post

Thank you for the answer.

 

Here is the translated answer

 

image.thumb.png.441db16c5f5cbcc65e6441888b44595a.png

 

I changed my dproj to '<Platform Condition="'$(Platform)'==''">Android64</Platform>'

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×