Recently even eclipse LUNA version, hang occurs when launching it.
At the message "Android SDK Content Loader 0%". Very annoying and hope it will be fixed soon.
Following is work around with the problem.
This is the solution I found which works correctly:
- 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)
- 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
and / or
Delete your debug.keystore:
Windows : %USERPROFILE%/.android
Linux or Mac : ~/.android/debug.keystore
and / or
cd workspace/.metadata/.plugins/org.eclipse.core.resources/.projects
$ rm -rf *
This one could be devastating, because it nullify all project in your package explorer.
That doesn't mean all the sources are deleted along, you need to re-create those project entries.
After deleting it, eclipse launched as usual.
No comments:
Post a Comment