Getting error message “Android sdk content loader stuck at 0%”

前端 未结 11 796
予麋鹿
予麋鹿 2021-02-01 22:24

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

11条回答
  •  悲&欢浪女
    2021-02-01 22:53

    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).
    

提交回复
热议问题