问题描述
由于Android SDK的基于Eclipse我最后一次更新我有以下错误开放的Eclipse:
Since my last update of the Android SDK on Eclipse I have the following error opening Eclipse:
错误:错误解析C:\ Documents和Settings \ .android \ devices.xml,备份到C:\ Documents和Settings \ .android \ devices.xml.oldCVC-elt.1:找不到元素的声明。D:布局设备
Error: Error parsing C:\Documents and Settings\.android\devices.xml, backing up to C:\Documents and Settings\.android\devices.xml.oldcvc-elt.1: Cannot find the declaration of element 'd:layout-devices'.
有人曾经经历过这个问题?我无法找到谷歌和#1任何关于此错误。
Someone has ever experienced this problem? I can't find anything on Google and Stackoverflow about this error.
推荐答案
我终于找到了自己的解决方案。
这个答案让我在正确的轨道: http://stackoverflow.com/a/13429067/891479
I finally found a solution myself.
This answer put me on the right track:http://stackoverflow.com/a/13429067/891479
复制默认 devices.xml
从
文件 Sdk_Directory / tools / lib目录/ devices.xml
到 Home_Directory / .android / devices.xml
。
Copy default devices.xml
file fromSdk_Directory/tools/lib/devices.xml
toHome_Directory/.android/devices.xml
.
Home_Directory
是Windows用户的主目录。
例如: C:\ Documents和Settings \ smcqueen \ .android
Home_Directory
is the windows user home directory.
Example: C:\Documents and Settings\smcqueen\.android
这篇关于错误分析:C:\ Documents和Settings \<使用者> \机器人\ devices.xml。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!