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

前端 未结 11 958
予麋鹿
予麋鹿 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:56

    This has been a frequent, yet inconsistent problem for me lately. For a while I was turning off the Build Automatically option and closing/re-opening projects. But I also ran into cases where it would lock up before I could change settings.

    Ultimately I discovered that switching workspaces (temporarily) would get it going again. I now have a dummy workspace with a Hello World project in it. So now I:

    1. Kill Eclipse
    2. Open Eclipse to the dummy workspace.
    3. Switch workspaces to your desired workspace.

    This is the most efficient way I've found to work-around this.

提交回复
热议问题