After updating SDK and ADT for the latest release, I tried to run my application and Eclipse log the following error:
[- RichReaderDemo] Dx
UNEXPECTED TOP-L
If this happens during export, delete files present in the bin directory of your project. and restart export. in less than 30 seconds is resolved
I ran into this issue after updating to the October 2011 r15 version of ADT and SDK. My project uses 3 projects as libraries, so there is a lot of interdependence between the projects. This error comes up (I believe) when the build tool sees the same object get defined multiple times. My guess is Google changed up how the library references work, so my old project setup was no longer valid.
I tried messing with the project's library and build path settings, but I couldn't get the build to be stable. The solution I came up with was to:
After I set up the library dependencies in the new workspace, everything compiled just fine. I had a lot of settings I didn't want to lose, so I copied the regenerated .project and .classpath files back into my original workspace and it has been working alright for me so far.