Error loading the SDK when Eclipse starts

后端 未结 19 1217
余生分开走
余生分开走 2020-11-27 04:21

I have already read varying answers to above question, but I have a specific problem. When I start Eclipse it gives an error:

> Error Parsing:
> C:\\an         


        
19条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-27 04:39

    I have faced the same parse sdk loading problem during eclipse startup like yours (Shown in image below)

    SDK load error

    The solution to above problem is to just delete(uninstall) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) if it's installed. (No need to uninstall whole 5.1.1 package). May be there is some eclipse bug with this package.

    solution image

    Finally restart eclipse to see your changes.

    Edit: If the problem still exists, try removing other Android Wear package also (i.e Android Wear Intel x86 Atom System Image) as suggested by @Abhishek in comments below.

提交回复
热议问题