error while opening eclipse

后端 未结 9 802
感动是毒
感动是毒 2021-01-13 21:01

When I try opening eclipse it opens, but it shows one error i.e Android SDK content Loader has encountered a problem.parseSdkContent failed

<
9条回答
  •  轮回少年
    2021-01-13 21:31

    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
    
    
    

提交回复
热议问题