Error Eclipse Android plugin

1

I'm trying to start Eclipse and it always stays at 0% when loading projects.

The following message appears:

  

the user operation is waiting for Android SDK Content Loader to   complete

Has anyone ever been in this situation?

    
asked by anonymous 19.07.2014 / 17:48

2 answers

2

To solve the problem, just run the eclipse with the flag -clean

/Applications/eclipse/eclipse -clean

Source SOEN

    
19.07.2014 / 18:11
0

I was able to resolve this:

  • Open% youruser%
  • in the .android folder
  • delete the "cache" folder
  • delete the ddms.cfg file which
  • Starting eclipse

This also works: D

    
19.07.2014 / 18:31