dagodom Member Licensed User Longtime User Apr 17, 2020 #1 Hi, is there the possibility to exclude the "dex optimization" process and compile directly in standard mode? I am using an old pc and the optimization process always fails. Thank you
Hi, is there the possibility to exclude the "dex optimization" process and compile directly in standard mode? I am using an old pc and the optimization process always fails. Thank you
Erel B4X founder Staff member Licensed User Longtime User Apr 17, 2020 #2 Set the key UseOptimizedDexer to False in the INI file. %AppData%\Anywhere Software\Basic4android Upvote 0
AnandGupta Expert Licensed User Longtime User Apr 18, 2020 #4 Just for knowledge. What will be the difference if I use dex=false for making apk for my client ? (apart from size) Any speed or display issue ? Regards, Anand Upvote 0
Just for knowledge. What will be the difference if I use dex=false for making apk for my client ? (apart from size) Any speed or display issue ? Regards, Anand
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2020 #5 The result is exactly the same. The only difference is that compilation will be slower. Upvote 0
netsistemas Active Member Licensed User Longtime User Jul 23, 2021 #6 For do this change, the IDE must be closed Upvote 0