Error while opening the Eclipse Android Layout Editor

后端 未结 2 496
既然无缘
既然无缘 2021-01-04 06:44

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

Unhandled event loop exception

    ja         


        
2条回答
  •  爱一瞬间的悲伤
    2021-01-04 07:22

    The same thing happened to me, and I had to dig a lot before I found a solution. In my styles.xml I had an entry where the name and parent attributes were identical:

    
    

    By removing the parent attribute the layout editor finally worked again:

    
    

提交回复
热议问题