PeterPanettone 157 Posted March 6, 2021 On 3/4/2021 at 12:26 PM, Perpeto said: Does not work for me properly. If I start a new project form scratch it works just fine. But if I load a "real world" project, it neither underlines the warning/hint nor states it in the status-bar at the bottom.. even if I recompile the whole project... 😞 it would've been such a nice feature Have you tried deleting the .DPROJ file and then reopening the .DPR project file? Share this post Link to post
Guest Posted March 6, 2021 (edited) 18 hours ago, emailx45 said: sounds interesting.. do you have any further information why this can help? Will try it out, if I find some time.. thanks! another way, maybe would be create a new project "empty" in the "New IDE" (just delete de Form1) - include, you can have many DPR for each IDE - prjXXXRAD2010, prjXXXRAD1042, etc... the unit files still the same! add your Forms/Units adjust yours Project-Options and test it! hug Edited March 6, 2021 by Guest Share this post Link to post
Juande 1 Posted March 6, 2021 (edited) Hello, Â In Rad Studio 10.4.2 where is the Delphi Compiler option Generate Android App Bundle in project Options? Â Â Thanks, Juande. Â Edited March 6, 2021 by Juande 1 Share this post Link to post
Martin Wienold 35 Posted March 6, 2021 1 hour ago, Juande said: [..] In Rad Studio 10.4.2 where is the Delphi Compiler option Generate Android App Bundle in project Options? [..] Isn't it just renamed to "Generate Android 32-bit and 64-bit binaries (armeabi-v7a + amd64-v8a)"? I've never developed for Android, I'm just guessing. Share this post Link to post
Guest Posted March 6, 2021 2 hours ago, Juande said: Hello,  In Rad Studio 10.4.2 where is the Delphi Compiler option Generate Android App Bundle in project Options?     Thanks, Juande.  look in your screenshot, itself!  hug Share this post Link to post
Juande 1 Posted March 6, 2021 1 hour ago, Martin Wienold said: Isn't it just renamed to "Generate Android 32-bit and 64-bit binaries (armeabi-v7a + amd64-v8a)"? I've never developed for Android, I'm just guessing. But checking and unchecking the option always generates aab file, and I cannot test my app in phone. Share this post Link to post
Guest Posted March 6, 2021 Just now, Juande said: But checking and unchecking the option always generates aab file, and I cannot test my app in phone. the AAB files, it's in true, an "compressed file". Then, use a Zip/Rar uncompress and have it!  hug Share this post Link to post
Juande 1 Posted March 6, 2021 7 minutes ago, emailx45 said: the AAB files, it's in true, an "compressed file". Then, use a Zip/Rar uncompress and have it! Â hug Ok, but aab file not contains apk to install in phone. Share this post Link to post
Guest Posted March 6, 2021 44 minutes ago, Juande said: Ok, but aab file not contains apk to install in phone. read a little bit and find it! http://docwiki.embarcadero.com/RADStudio/Sydney/en/Submitting_Your_Android_App_to_Google_Play  hug Share this post Link to post
Juande 1 Posted March 7, 2021 10 hours ago, emailx45 said: read a little bit and find it! http://docwiki.embarcadero.com/RADStudio/Sydney/en/Submitting_Your_Android_App_to_Google_Play  hug Ok, that is works!! Thank you very much. Share this post Link to post
Erix A. 8 Posted March 7, 2021 On 2/28/2021 at 10:40 AM, David Heffernan said: You have not defined a type there. You've defined an alias. That's a crucial distinction that is very relevant for the behaviour you observe.  I don't really understand what your alias is buying you. I'd prefer to be explicit here. For me it's just much easier to use TFoo.Create instead of TDictionary<aaa, bbb>.Create. It's shorter this way. Also, this way I can easily find where it's used. Share this post Link to post
Perpeto 5 Posted March 8, 2021 On 3/6/2021 at 8:32 AM, PeterPanettone said: Have you tried deleting the .DPROJ file and then reopening the .DPR project file? has worked like a charm! thanks to you and @emailx45 ! 🙂 now also compiles alot faster Share this post Link to post