softtouch 9 Posted July 29, 2023 I just wanted to work again a little with Android, so I installed via Tools->Manage Platforms "Delphi Android Professional" and selected Android SDK and OpenJDK, it installed, done. But when I now create a new Multi-Device project, I only have macOS and Win32/Win64 platforms, no Android. What could cause this? Share this post Link to post
Patrick PREMARTIN 69 Posted July 30, 2023 In the installer, did you have android platform (on main menu), JDK and SDK (on options) installed ? Do you have Android in the contextual menu when you clic on the project and "add new platform" or just nothing ? Check your license in the license manager to verify if mobile is available on it. Some old licenses had a problem (Embarcadero support can fix it). Share this post Link to post
softtouch 9 Posted July 30, 2023 1 hour ago, Patrick PREMARTIN said: In the installer, did you have android platform (on main menu), JDK and SDK (on options) installed ? Do you have Android in the contextual menu when you clic on the project and "add new platform" or just nothing ? Check your license in the license manager to verify if mobile is available on it. Some old licenses had a problem (Embarcadero support can fix it). Yes, I checked all of them. No Android Platform in the context menu to add. Yes, Delphi 11.0 Alexandria Professional with Mobile Share this post Link to post
Patrick PREMARTIN 69 Posted July 30, 2023 If you open a project made for iOS/Android, does it compile or show Android platform as available ? You can try https://github.com/DeveloppeurPascal/LearnToCodeSummerCamp2021/tree/main/Day-3 or a mobile snippets (permission or camera) for Embarcadero samples to check. Share this post Link to post
softtouch 9 Posted July 30, 2023 3 hours ago, Patrick PREMARTIN said: If you open a project made for iOS/Android, does it compile or show Android platform as available ? You can try https://github.com/DeveloppeurPascal/LearnToCodeSummerCamp2021/tree/main/Day-3 or a mobile snippets (permission or camera) for Embarcadero samples to check. No, it wont show Android platform. And compiling is useless because it will compile for the selected platform, which is either Win or macOS. Share this post Link to post
Patrick PREMARTIN 69 Posted July 31, 2023 Ok, try to uninstall the Android compiler, reboot and reinstall it, but if it doesn't work contact Embarcadero support https://www.embarcadero.com/support 1 Share this post Link to post
softtouch 9 Posted August 1, 2023 On 7/31/2023 at 8:23 AM, Patrick PREMARTIN said: Ok, try to uninstall the Android compiler, reboot and reinstall it, but if it doesn't work contact Embarcadero support https://www.embarcadero.com/support I did that a couple of times, and it did not work. Today, I tried to install Android on the office pc, which has Delphi 11 Enterprise, and its exactly the same, no Android platform to select. Share this post Link to post
softtouch 9 Posted August 22, 2023 This is so frustrating, still no Andoid platform, whatever I try. I did a clean installation of Windows on another PC, installed D11 from the .iso, mac platforms are there, but still no Andoid, even its checked and it installed a lot of android stuff. Share this post Link to post
vfbb 285 Posted August 22, 2023 Did you configure the paths in Tools > Options > Deployment > SDK Manager? Share this post Link to post
softtouch 9 Posted August 22, 2023 The sdk does not appear there, so there is nothing to configure. Share this post Link to post
Patrick PREMARTIN 69 Posted August 22, 2023 Did you finally contacted Embarcadero support ? Share this post Link to post
softtouch 9 Posted August 22, 2023 16 minutes ago, Patrick PREMARTIN said: Did you finally contacted Embarcadero support ? No, I did not. I gave up with it. I will use something else. Share this post Link to post
Erwin Mouthaan 7 Posted August 23, 2023 Give Project Magician a try. A free IDE plugin. It has an option to enable missing platforms. https://www.uweraabe.de/Blog/2018/05/17/keep-your-project-files-clean-with-project-magician/ Share this post Link to post