When I open Eclipse
it shows the message Android sdk content loader 0%
. How to solve this? I have turned off project build automaticaly and cleaned all
Tried all of the suggestions but none seemed to work. This is the workflow that ultimately fixed it for me, not sure why, but it did (finally!). Hope it helps some one!
1. Open Eclipse
2. Go to Preferences->General->Workspace->Startup and Shutdown->Unselect 'Android Development Kit'
3. Restart Eclipse completely
4. File->Switch Workspace (select a new empty folder as the new workspace)
5. Restart Eclipse completely
6. Go to Preferences->General->Workspace->Startup and Shutdown->Select 'Android Development Kit'
7. Restart Eclipse completely
8. File->Switch Workspace (select your previous workspace).