Anna Blanca 0 Posted 16 hours ago Hi. I installed Delphi 12 CE and when i try compile Android app, Delphi showing me this message: When i pressed "select an SDK version", opened this window: This paths for SDK are invalid: in this folders nothing exists. What is this? How fix it? Earlier, in previous Delphi versions not happens nothing similar.... Share this post Link to post
Rollo62 577 Posted 15 hours ago (edited) Perhaps you fix your links,# or, Spam, spam, spam, ... Edited 15 hours ago by Rollo62 1 Share this post Link to post
DelphiUdIT 241 Posted 13 hours ago (edited) 1 hour ago, Rollo62 said: Perhaps you fix your links,# or, Spam, spam, spam, ... The links point to a russian forum with a topic like this. Is not a spam ... it's just a clumsy reference. Edited 13 hours ago by DelphiUdIT 1 Share this post Link to post
DelphiUdIT 241 Posted 13 hours ago 2 hours ago, Anna Blanca said: Hi. I installed Delphi 12 CE and when i try compile Android app, Delphi showing me this message: When i pressed "select an SDK version", opened this window: This paths for SDK are invalid: in this folders nothing exists. What is this? How fix it? Earlier, in previous Delphi versions not happens nothing similar.... Start looking this: Share this post Link to post
Anna Blanca 0 Posted 7 hours ago 6 hours ago, DelphiUdIT said: Start looking this: I tryed Platform Features, like in your message and installed Android SDK/NDK - error solved. But starts another bug: my app watever not compile in this time with message from my new screens: Share this post Link to post
Dave Nottage 612 Posted 7 hours ago 11 minutes ago, Anna Blanca said: this time with message from my new screens It appears the settings for the Java tab in the Android SDK settings are incorrect. Use Tools | Manage Features in the Delphi menu to ensure that the Eclipse Temurin OpenJDK 17 (it appears on the right of the Manage Features window, towards the bottom) is installed, and the Java settings look like this: Share this post Link to post
Anna Blanca 0 Posted 6 hours ago 20 minutes ago, Dave Nottage said: t appears the settings for the Java tab in the Android SDK settings are incorrect. Use Tools | Manage Features in the Delphi menu to ensure that the Eclipse Temurin OpenJDK 17 (it appears on the right of the Manage Features window, towards the bottom) is installed, and the Java settings look like this: I installed Eclipse Temurin OpenJDK 17, that on first screen, but in the Option i see picture like second screen: Share this post Link to post
Anna Blanca 0 Posted 6 hours ago 23 minutes ago, Dave Nottage said: is installed, and the Java settings look like this: No SDK Manager.... Share this post Link to post
Dave Nottage 612 Posted 6 hours ago 2 minutes ago, Anna Blanca said: No SDK Manager.... From the IDE menu, use Tools | Options (not Project Options), Deployment > SDK Manager Share this post Link to post
Anna Blanca 0 Posted 6 hours ago 16 minutes ago, Dave Nottage said: From the IDE menu, use Tools | Options (not Project Options), Deployment > SDK Manager Yes, i have it all. But compilling under Android doesn't work.... Share this post Link to post
Dave Nottage 612 Posted 5 hours ago 43 minutes ago, Anna Blanca said: Yes, i have it all. But compilling under Android doesn't work.... Your Java settings are incorrect. See my earlier reply. Share this post Link to post
Anna Blanca 0 Posted 4 hours ago 1 hour ago, Dave Nottage said: Your Java settings are incorrect. See my earlier reply. I changed the paths in keytool.exe location and jarsigner.exe location. But i haven't jdk-17.0.10.7-hotspot, like you, only jdk-17.0.9.9-hotspot. And my Delphi-12 as before not working. Share this post Link to post
Dave Nottage 612 Posted 4 hours ago 12 minutes ago, Anna Blanca said: And my Delphi-12 as before not working. Same error? Make sure you changed the Java settings for both Android 32-bit and 64-bit SDKs Share this post Link to post
Anna Blanca 0 Posted 3 hours ago (edited) 16 minutes ago, Dave Nottage said: Same error? Make sure you changed the Java settings for both Android 32-bit and 64-bit SDKs That's my Java settings: Edited 3 hours ago by Anna Blanca Share this post Link to post
Anna Blanca 0 Posted 3 hours ago 17 minutes ago, Dave Nottage said: Same error? Make sure you changed the Java settings for both Android 32-bit and 64-bit SDKs .... And that's message about error: Share this post Link to post
Dave Nottage 612 Posted 3 hours ago 20 minutes ago, Anna Blanca said: And that's message about error: Which is vastly different to the original error. It apparently has some issues with the characters in the path. Try loading a project from a path that has just plain ascii characters in it. Share this post Link to post
Anna Blanca 0 Posted 3 hours ago (edited) 10 minutes ago, Dave Nottage said: Which is vastly different to the original error. It apparently has some issues with the characters in the path. Try loading a project from a path that has just plain ascii characters in it. But earlier, Delphi 11 works normal with this path.... Edited 3 hours ago by Anna Blanca Share this post Link to post
Dave Nottage 612 Posted 3 hours ago 3 minutes ago, Anna Blanca said: But earlier, Delphi 11 works normal with tis path.... What happens if you create a completely new app, saved to a different path, and compile it? Share this post Link to post
Anna Blanca 0 Posted 3 hours ago Just now, Dave Nottage said: What happens if you create a completely new app, saved to a different path, and compile it? That's working! But why old path not valid now? And one problem: files from Delphi project imaging without normal icons: Share this post Link to post
Dave Nottage 612 Posted 3 hours ago 1 minute ago, Anna Blanca said: files from Delphi project imaging without normal icons: In the IDE options - ensure these are checked, and click Save 2 minutes ago, Anna Blanca said: But why old path not valid now? I don't know, sorry. Share this post Link to post
Anna Blanca 0 Posted 3 hours ago 3 minutes ago, Dave Nottage said: In the IDE options - ensure these are checked, and click Save Thank you! Share this post Link to post