In my Android application in Eclipse I get the following error.
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already add
My own and only solution that I found today after four hours of testing all the solutions, is a combination of many solutions provided here:
Delete
project from Eclipse\bin
and \gen
from project folder.classpath
file in root project foldereclipse -clean
Import
projectProperties
> Java Build Path
> Libraries
and remove everything else than Android XX.Y
clean
project, wait for automatic Building or Build
itI tried every step at a time and many combinations, but only the succession of all steps at once made it! I hope I won't face this again...