Error loading the SDK when Eclipse starts

后端 未结 19 1161
余生分开走
余生分开走 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:46

    I faced the same issue. To get rid of this issue, I followed the below steps and it worked for me.

    1. Close Eclipse
    2. Open file devices.xml(location of this will be shown in the error message) in a text editor.
    3. Comment out all tags contains d:skin
    4. Save files
    5. Reopen Eclipse

提交回复
热议问题