Android sdk content loader at 0%… and nothing works

后端 未结 10 2189
逝去的感伤
逝去的感伤 2020-12-13 02:37

Sorry if I\'m asking this the wrong way (if I am, let me know what I should be doing instead.) The site warned me not to leave this as an answer and I don\'t have enough rep

相关标签:
10条回答
  • 2020-12-13 03:04

    As others have noted there is a couple other answers which may solve your problem. However they did not work for me but I did manage to find a work around for my particular issue which may help someone.

    I believe my issue was with the proxy server at work. While you can configure the proxy in the SDK manager you can't enter the credentials for it to save.

    My workaround was to tether my work laptop to my phone WiFi hotspot when I started up Eclipse so it could bypass the work proxy, then use the normal work network after that.

    0 讨论(0)
  • 2020-12-13 03:07

    Try this...

    1. Exit from Eclipse IDE, if it active kill it from Task Manager.
    2. Go to %USERPROFILE%, then open .android folder.
    3. Remove cache folder and ddms config file from .android folder.
    4. Then start the Eclipse as usual.
    0 讨论(0)
  • 2020-12-13 03:08

    this worked for me: (the third one always works but its possible the first two work too)

    first try this approach:

    shut down eclipse then go to YourWorkSpace\\.metadata\\.plugins\org.eclipse.e4.workbench and remove "workbench.xmi", now restart eclipse.

    if the previous approach did not work try this one:

    go to Users\YOUR_USER_NAME\\.android and then delete "ddms.cfg" and then restart eclipse.

    if this one did not work either the final approach will help you which is:

    1- before running eclipse go to your workspace and remove one project that is no longer needed (if you face this problem frequently try to import a project before closing the eclipse in order to remove it the next time you want to use eclipse again)

    2-go to Users\YOUR_USER_NAME\\.android and then delete "ddms.cfg"

    3- run eclipse and you are good to go

    0 讨论(0)
  • 2020-12-13 03:08

    Do you have many project in you workspace?

    if yes, make more workspaces for your project

    I have 365 project in my workspace and i often stuck at 0%,then i try to move some project to new workspace. that has been solved!

    0 讨论(0)
提交回复
热议问题