Android Question Help! Can't compile with 6.80!!!

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I've installed the new IDE version 6.80 just yesterday!
I'm trying to compile my app but when the IDE reaches the dexer step, it is timing out after a very long time and the task manager of windows shows the status of the attached image!!!

What is wrong?

B4X:
B4A version: 6.80
Parsing code.    (0.05s)
Compiling code.    (0.97s)
Compiling layouts code.    (0.01s)
Organizing libraries.    (0.00s)
Generating R file.    (1.30s)
Compiling debugger engine code.    (2.59s)
Compiling generated Java code.    (4.72s)
Convert byte code - optimized dex.    Error
Process timed out.
You can change the timeout value under Tools - IDE Options.
 

Attachments

  • Screen Shot 2017-04-02 at 12.08.54.png
    Screen Shot 2017-04-02 at 12.08.54.png
    294.3 KB · Views: 127
Top