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

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

    Go in the task manager and delete the adb process..then restart you eclipse...

    OR

    Open adb shell with path: sdk/plateform-tools/

    Give command: SDK\android-sdk-windows\platform-tools>adb kill-server

    press enter

    Again give command: SDK\android-sdk-windows\platform-tools>adb start-server

    press enter

    This will restart your adb..Good luck!!

提交回复
热议问题