解决Android中的ERROR: the user data image is used by another emulator. abo...
解决Android中的ERROR: the user data image is used by another emulator. aborting的方法 今天调试代码的时候,突然出现这个错误,折腾了很久没有解决。最后在google上找到了大家给出的两种解决方案,下面给出这两种方法的链接博客:http://www.cnblogs.com/andrewhan/archive/2011/05/02/superandrewhan.html。 下面这段话是摘自上面给出的链接中的博客: 前几天我在做android程序的时候,由于一些错误,导致我emulator出错,再运行的时候就会报:emulator: ERROR: the user data image is used by another emulator. aborting。后来我check了一下,我总结了两种方式来解决这种问题: 第一种是:打开C盘下的users --> your login name --> .android --> avd --> your name of avd, 然后你就会发现有几...