Error loading the SDK when Eclipse starts

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

    There are lots of answer already given for this problem. Though this issue can happens for any API version, so just see the error line and find out android api version from path and platform name and go to the android sdk manager and delete related system image from sdk manager.

    0 讨论(0)
  • 2020-11-27 04:45

    Apart from Android Wear image, the same error is also displayed for Android TV as well, so if you do not have Android Wear image installed but have Android TV image installed, please uninstall that and then try.

    0 讨论(0)
  • 2020-11-27 04:45

    To remove error from eclipse for android there are few steps:-

    1.open eclipse check all the error

    2.In search tab open SDK manager

    3.Remove all the value show as error in eclipse

    4.After remove from sdk restart eclipse

    0 讨论(0)
  • 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
    0 讨论(0)
  • 2020-11-27 04:46

    In my case I removed these two

    Android TV Intel x86 Atom System Image
    Wear OS Intel x86 Atom System Image
    

    under Android 9 (API 28)

    0 讨论(0)
  • 2020-11-27 04:48

    In my case, I have the latest Android SDK and just have to remove/delete the Android Wear system images and it worked.

    0 讨论(0)
提交回复
热议问题