In my Android application in Eclipse I get the following error.
UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already add
I am using Android 1.6 and had one external JAR file. What worked for me was to remove all libraries, right-click project and select Android Tools -> *Fix Project Properties (which added back Android 1.6) and then add back the external JAR file.