Error loading the SDK when Eclipse starts

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

    Copy the default devices.xml file from : /home/user/android-sdk/tools/lib/devices.xml

    and paste it in the below paths: /android-sdk/system-images/android-22/android-wear/armeabi-v7a/ and /android-sdk/system-images/android-22/android-wear/x86/

    This is a alternative solution, however, before replacing the devices.xml, take backup of the existing devices.xml file in these folders.

提交回复
热议问题