Error with parsing Android sdk content and initializing java tooling in eclipse

前端 未结 16 2036
时光取名叫无心
时光取名叫无心 2021-02-13 15:19

Every time I open Eclipse, I get the following error messages:

Android SDK Content Loader: parseSdkContent failed java.lang.NullPointerException

Initializing Jav

16条回答
  •  眼角桃花
    2021-02-13 16:07

    Do not delete all the full .metadata

    • Backup .metadata
    • delete only .metadata/.plugins/org.eclipse.core.resources/.project
    • restart eclipse

    Observation : the projects folders are created

    Further - if you are using svn/git/hg have code repository links it would be destroyed, so to reinstate

    • close eclipse
    • copy relevant projects from backup to merge with current projects in .metadata/.plugins/org.eclipse.core.resources/.project
    • restart eclipse

    Downfall - sporadic fail error may occur (sync or something) - harmless

    backagain

提交回复
热议问题