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

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

    None of the above worked for me - but I found another way to get around this.

    1. In eclipse preferences, go to General/Workspace and click the 'Startup and Shutdown' option. In the dialog that opens unselect 'Android Development Toolkit' (and while you're at it maybe uncheck all the other annoying things eclipse does at start up).

    2. Restart eclipse and you'll find your Android projects don't work but you don't get the non=progressing content loader initialization.

    3. Go back to the General/Workspace/'Startupand shutdown' dialog and enable it again.

    4. Restart eclipse once more and after cleaning and rebuilding you may find its all okay for again (was for me).

提交回复
热议问题