William23668 8 Posted November 29, 2024 Hi Trying to build one of the Delphi 12 samples so I add in provision keystore and selected release mode for Android 64bit and application store for build type but after compile I dont get any .aab file in the release folder. Also no binary folder as mentioned in the documentation so what I should do ? Share this post Link to post
ToddFrankson 3 Posted November 29, 2024 https://docwiki.embarcadero.com/RADStudio/Athens/en/Submitting_Your_Android_App_to_Google_Play#Android_App_Bundle_Support 1 Share this post Link to post
William23668 8 Posted November 29, 2024 Thanks @ToddFrankson The key to solving my problem is to run the project without debugging like it say in the documentation. I was only use compiling Share this post Link to post
Rollo62 542 Posted December 4, 2024 (edited) I'm not sure if this is needed, but my Keystores provide an KeyStore Password and an Alias Password as well. As far as I know this might be optional, but I always use it, and in your picture this field is empty. Perhaps that is the Problem? Edited December 4, 2024 by Rollo62 Share this post Link to post
Patrick PREMARTIN 90 Posted December 5, 2024 17 hours ago, Rollo62 said: As far as I know this might be optional, but I always use it, and in your picture this field is empty. Perhaps that is the Problem? Since 11.3 or 12 the Android key generator don't create a password for the alias. Share this post Link to post
Rollo62 542 Posted December 5, 2024 @Patrick PREMARTIN Ok, well. I just checked this with a new project, you're abolutely right. It seems I had not created new keystores for a while then, or at least it didn't struggled me that there is no more alias password. Yes, under Release I can create the AAB, which is of course the only reasonable way, since the AAB is a bundle and contains 32 and 64 Bit bundles. Share this post Link to post