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
I just installed the Carbon Version of eclipse and I get this error even in this fresh copy of eclipse.
Very strange that I'm the only one experiencing this error. Maybe it is not an Eclipse problem but an problem of my project setup...