Jump to content
JohnLM

Installing Delphi 12.2 Inline patch 1 - no android support .. [Resolved]

Recommended Posts

This is so frustrating, every time I reinstall Delphi, I have to do something in order to get the Android functions to work for deployment. 

 

I have those familiar 3 triangles, and I just can't remember what I did the last time to resolve it, and I can't find it here where I i know I posted it. 

 

Does anyone know what I need to do to clear those yellow triangles in SDK Manager?

Edited by JohnLM

Share this post


Link to post

I found it, the link to my original issue with android, and its now resolved. 

 

However, I am unable to deploy because of a missing "D:\bin\java.exe" file. 

 

Anyone know anything about this and how to resolve ?

Share this post


Link to post

If you have installed Android, also AdoptOpenJDK should be installed (it is the default Java SDK that Embarcadero install).

 

Search for that in "Program FIles" or "Program FIles (x86)" ....

 

If you have installed any other Java SDK it's OK from version 17. I have Java SDK (version 22) from Oracle.

 

In the SDK Manager, you must choice the correct Java.exe from the Java SDK installation bin.

Edited by DelphiUdIT

Share this post


Link to post

update.. resolved!

 

I finally figured it all out and got mobile deployment working for Delphi 12.2 IP 1 once again. 

 

FWIW.. it was because I did not tick the "[x] Eclipse Temurin..." during the installation. Also, because I had the different values for the JAVA tab under SDK Manager. I had to change them all to this folder "c:\program files\Eclipse Adoptium\jdk - 17.0.9.9-hotspot\bin\" for both keytool.exe and jarsigner.exe files.  And then all compiled/deployed to mobile. 

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

×