Cant compile or run anymore

Cableguy

Expert
Licensed User
Longtime User
My compilation process is timming-out, both with the final and the beta version...Only a few more lines os code were added since last run, and the compilations time exponentially has grow, um to 7s only in "compliling generated code, wich used to take only 3/4 seconds...Then when converting byte code - optimized Dex, errors with no description...

Compiling code. 0.69
Generating R file. 0.00
Compiling generated Java code. 7.39
Convert byte code - optimized dex. Error
Process timed out. Standard dexer.
 

Cableguy

Expert
Licensed User
Longtime User
Yes, several times, even only compile, not run, still it times out.

Can this be a Java issue?
 

Cableguy

Expert
Licensed User
Longtime User
Done that, no processes related to java are kept running from what I can see...
Optimizing code dropted to 5 seconds, but it still times out on Dexter's...
Any how to re install it?
 

Cableguy

Expert
Licensed User
Longtime User
I have restarted my computer, edited the ini, and changed two values, the one you sugested, to 60 seconds, and the Max Ram for Dexter from 1024 to 2048, It compiles and runs a test app with only one view a label and a timer and his event, but still no uck with my app, can it have been in anyway corrupted, while compiling?
I'll try a fresh project and re-design it as that'd waht I intended to, but it is still strange...
PS. of course I have a backup of the old ini just in case...
 
Top