PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Error message help! (Windev Mobile 18)
Error message help! (Windev Mobile 18)
Iniciado por guest, 28,jul. 2015 14:08 - No hay respuesta
Publicado el 28,julio 2015 - 14:08
Hi everyone,

Generating an android application as standard using the correct SDK etc, but getting the following error message at point of 'Converting the compiled files' on the generation window:

Failure creating the Android application named .


Command Line: "C:\Program Files\Java\jdk1.7.0_13\in\java.exe" -Xmx1024m -Djava.ext.dirs=.\platform-tools\lib -jar .\platform-tools\lib\dx.jar --dex --output="C:\My Mobile Projects\xxxxx\Android\Generation\in\classes.dex" "C:\My Mobile Projects\xxxxx\Android\Generation\in\classes" "C:\My Mobile Projects\xxxxx\Android\Generation\libs"


Error returned:

trouble writing output: No expanded opcode for 2e42a914 @0003: invoke-virtual v0:[Lfr/pcsoft/a/a;, fr.pcsoft.a.a[].clone:()Ljava/lang/Object;

However this only happens when I add a control to the project, if I take the control off, the error goes away and it compiles fine. It is like the project is getting too big to compile?

Can someone please confirm this for me and if they have ever found a way around it?