Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse: Unable to execute dex: stackOverflowError
    primarykey
    data
    text
    <p>When trying to build my android project I get the following error. I've been able to compile without complain on other machines with (what I believe to be) the exact same setup (ubuntu 11.10/eclipse indigo/same android sdk) </p> <pre><code>Unable to execute dex: java.lang.StackOverflowError. Check the Eclipse log for stack trace. Conversion to Dalvik format failed: Unable to execute dex: java.lang.StackOverflowError. Check the Eclipse log for stack trace. </code></pre> <p>In the eclipse log all I get is about 2 pages of :</p> <pre><code>java.lang.StackOverflowError at com.android.dx.cf.code.Ropper$2.visitBlock(Ropper.java:1310) at com.android.dx.cf.code.Ropper.forEachNonSubBlockDepthFirst0(Ropper.java:1647) at com.android.dx.cf.code.Ropper.forEachNonSubBlockDepthFirst0(Ropper.java:1671) at com.android.dx.cf.code.Ropper.forEachNonSubBlockDepthFirst0(Ropper.java:1671) at com.android.dx.cf.code.Ropper.forEachNonSubBlockDepthFirst0(Ropper.java:1671) ... </code></pre> <p>Any suggestions would be greatly appreciated. :)</p> <p>Edit: Searching the log files I also found that I got this error right before.</p> <pre><code>Warning: A handler conflict occurred. This may disable some commands. Conflict for 'org.eclipse.ltk.ui.refactor.apply.refactoring.script': HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.apply.refactoring.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.cdt.ui.CodingActionSet,org.eclipse.ui.internal.WorkbenchWindow@9801f4),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9801f4)),sourcePriority=16640) HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.apply.refactoring.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.jdt.internal.ui.refactoring.actions.ApplyRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.jdt.ui.CodingActionSet,org.eclipse.ui.internal.WorkbenchWindow@9801f4),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9801f4)),sourcePriority=16640) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload