When I try opening eclipse
it opens, but it shows one error i.e Android SDK content Loader has encountered a problem.parseSdkContent failed
I had the same problem. This annoying error popped up every time I started Eclipse and even a reinstall didn't work.
Look at the .log file in the .metadata of your workspace to find more about this error. Mine said:
java.lang.NullPointerException at org.eclipse.core.internal.resources.ProjectDescription.hasPublicChanges(ProjectDescription.java:509)
Eventually I found out that a .project file was missing a < name > tag that got lost somewhere when I renamed the project on the SVN server. So make sure the file isn't corrupt.
ProjectName