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

前端 未结 16 1912
时光取名叫无心
时光取名叫无心 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:01

    I found it's just missing project.properties file in the project folder. After copying one from another project the error is gone. The only valid line in project.properties is

    target=android-8
    

提交回复
热议问题