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
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!!