When that happens you see "Android SDK Content Loader" stuck at 0% in the bottom right hand of the Eclipse status bar.
There are four things you can try...
Solution 1:
Solution 2: (Works best for me, and likely the safest)
Solution 3:
Solution 4: (Most drastic, and one I have not tried)- Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager
- Check if the adb process is running. If so, kill the adb process, and restart Eclipse.
Solution 2: (Works best for me, and likely the safest)
- Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager
- From the command line run: C:\eclipse\eclipse.exe -clean
Solution 3:
- Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager
- Open %USERPROFILE%/ (You can locate this folder from desktop) (or paste it into Explorer on windows)
- Go to .android folder (This may be a hidden folder)
- Delete the folder "cache" which is located inside .android folder
- Delete the file ddms.cfg which is located inside .android folder
- Start Eclipse
Go to your workspace directory
\workspace\.metadata\.plugins\org.eclipse.core.resources\\.projects
- Copy
.projects
folder to make a temporary backup. - Now Delete
.projects
folder from workspace directory. (you will not loose your projects) - Start Eclipse and wait for all progress ends at right/bottom corner. Once completed all processes, shutdown Eclipse.
- Paste
.projects
folder which you have backup earlier to\workspace\.metadata\.plugins\org.eclipse.core.resources\
directory. Overwrite existing.projects
folder. - Start Eclipse again. And all will work.
Good Luck
No comments:
Post a Comment