Jump to content
scamp

Delphi 12.0 Athens is not correctly installing the Android SDK

Recommended Posts

7 hours ago, GabrielMoraru said:

Yes. Delphi's documentation was always in a deplorable state. 

Don't forget you can submit issues to the quality portal from the docwiki footer link. Use it if you find errors, outdated pages or need more info.

 

The installer is supposed to work. Sometimes there are problems on some computers, the doc can't manage all cases. Embarcadero support team can be contacted for installation problems (depending n your license status).

Share this post


Link to post
On 1/4/2025 at 11:28 AM, GabrielMoraru said:

I used FMX some years ago and I don't remember having any of this problems. Is FMX getting worse instead of better? :classic_sad:
(Rhetoric question)

Since mobile platforms are changing so fast. It really depends at what moment you compare. At anytime the state of Delphi can be better or worse than last time. In 2100 when the mobile platforms are going to be stable like desktop you can expect a better integration with Delphi.

  • Like 1

Share this post


Link to post
On 1/4/2025 at 11:28 AM, GabrielMoraru said:

I used FMX some years ago and I don't remember having any of this problems. Is FMX getting worse instead of better? :classic_sad:
(Rhetoric question)

Since mobile platforms are changing so fast. It really depends at what moment you compare. At anytime the state of Delphi can be better or worse than last time. In 2100 when the mobile platforms are going to be stable like desktop you can expect a better integration with Delphi.

Share this post


Link to post
On 1/4/2025 at 11:28 AM, GabrielMoraru said:

I used FMX some years ago and I don't remember having any of this problems. Is FMX getting worse instead of better? :classic_sad:
(Rhetoric question)

Since mobile platforms are changing so fast. It really depends at what moment you compare. At anytime the state of Delphi can be better or worse than last time. In 2100 when the mobile platforms are going to be stable like desktop you can expect a better integration with Delphi.

Share this post


Link to post

I thought I had FireMonkey straightened out after two days non-stop.  I finally got where I was pushing to the phone.  I had to replace the KeyTool.exe and JarSigner.exe and install the SDK, NDK and Java myself, by hand.
After 2 days, believing I had it working, I was with several FireMonkey errors.  But it kept demanding the TFDPhysMSSQLDriverLink.  There is not one.  There is a bleached out reference to one in the pallet but it is not there.  As I looked through the Pacages, I see where dclFireDACEnt290.bpl cannot be found!!  It is like I have some starter version.  I have paid top top for the full rad studio!!!
 

So, I downloaded RADStudio_12_2_i_esd_0329_4F2B and did a new install.  It is totally hosed.

I have been a delphi deveoper since D-1.  But this is the worst I've seen.  

Share this post


Link to post
Posted (edited)

Please delete

Edited by Shano

Share this post


Link to post
On 1/4/2025 at 8:28 PM, GabrielMoraru said:

Yes. Delphi's documentation was always in a deplorable state. 
Since I had problems installing the SDK, I wanted to follow their documentation.

 

-----------

 

I used FMX some years ago and I don't remember having any of this problems. Is FMX getting worse instead of better? :classic_sad:
(Rhetoric question)

It is absolutely ridiculous that Embarcadero do not provide download links to the versions of the SDK and NDK that is compatible with each version of the Delphi IDE. 

 

There should be a Git Package for each Delphi Version.

 

The amount of time I have wasted trying to get Delphi 12.2 to build an Android App which was previously building with Delphi 12.1 is just ridiculous!

 

Does anyone have a List of Steps to follow that will work to upgrade the Delphi Delphi 12.2 SDK and NDK

 

Currently I have this setup.

 

image.thumb.png.319ec6c5f5447bab813bd5cfbb9499e8.png

 

image.thumb.png.8b758950eb6a41b66088959e48f056b5.png

 

Thank you in advance.

 

  • Like 1

Share this post


Link to post
Posted (edited)
1 hour ago, Shano said:

It is absolutely ridiculous that Embarcadero do not provide download links to the versions of the SDK and NDK that is compatible with each version of the Delphi IDE. 

 

There should be a Git Package for each Delphi Version.

 

The amount of time I have wasted trying to get Delphi 12.2 to build an Android App which was previously building with Delphi 12.1 is just ridiculous!

 

Does anyone have a List of Steps to follow that will work to upgrade the Delphi Delphi 12.2 SDK and NDK

 

Currently I have this setup.

 

image.thumb.png.319ec6c5f5447bab813bd5cfbb9499e8.png

 

image.thumb.png.8b758950eb6a41b66088959e48f056b5.png

 

Thank you in advance.

 

Turned out in the end I needed to follow these steps.

 

image.thumb.png.a5cb002331246e0833cfdddd7246b6a2.png

 

Your applicationName.dproj needs to look like -

 

<Platform Condition="'$(Platform)'==''">Android</Platform>
<PlatformSDK Condition="'$(PlatformSDK)'=='' And '$(Platform)'=='Android64'">AndroidSDK26.1.1_64bit.sdk</PlatformSDK>

 

Edited by Shano
  • Like 1

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

×