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

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

    I have remove the .metadata folder but after it, when I run the eclipse, I cannot creates any Android project. To solve it, I have done the follow:

    1. Go to the main work directory of eclipse
    2. Localize the folder com.android.ide.eclipse.adt It should be in .oldMetadata/.plugins/
    3. Copy it to the new eclipse configuration: .metadata/plugins/

    See the full solution here: http://www.jiahaoliuliu.com/2011/06/running-android-sdk-in-eclipse-errors.html#solution4

提交回复
热议问题