Error while opening the Eclipse Android Layout Editor

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-05-05T08:14:38Z Indexed on 2010/05/05 8:18 UTC
Read the original article Hit count: 768

Since yesterday everytime I open my layout Editor in Eclipse for the Android UI I get the following exception:

Unhandled event loop exception

    java.lang.StackOverflowError
    at com.android.ide.eclipse.adt.internal.editors.layout.configuration.ConfigurationComposite.isTheme(Unknown Source)
    at 
    com.android.ide.eclipse.adt.internal.editors.layout.configuration.ConfigurationComposite.isTheme(Unknown Source)
    at... 

the last part goes on and on as expected if an Stackoverflow Exception occurs.

Anybody else experiencing this and found a solution? I'm working with the latests android sdk on Mac OS X with Eclipse 3.5.2

© Stack Overflow or respective owner

Related posts about android-sdk

Related posts about layout-editor