Android Question Process timeout

dagodom

Member
Licensed User
Longtime User
Hello
I have a strange problem
I set the timeout time in 600 seconds but the conversion process does not end.
I state that for some time I do not compile programs for android but something like this never happened to me, usually the default 30 seconds were enough.
Do you have any suggestions ?
Thank you


B4A Versione: 7.80
Analisi del Codice. (0.48s)
Compilazione del codice. (2.30s)
Compilazione del codice di layouts (0.11s)
Organizzazione Librerie. (0.07s)
Generazione file R. (3.64s)
Compilazione del codice Java prodotto. (20.83s)
Conversione byte code - ottimizzazione dex. Error
Process timed out.
Puoi modificarlo in Strumenti - Opzioni IDE.
 

dagodom

Member
Licensed User
Longtime User
hi, I do not have any basic4android.ini files on my computer (windows 7)


You can increase the memory size that the dexer process is allowed to use.
Open the ini file that is located in:
C:\Users\<Your user name>\AppData\Roaming\Anywhere Software\Basic4android
Change this line:
MaxRamForDex=1024
To:
MaxRamForDex=2048
 
Upvote 0
Top