Reputation: 1883
sir i have got an error while running my project in ecclipse. The error is:
([2010-12-23 10:42:26 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting)
kindly you please help me to solve this error.
thanks.
Upvotes: 1
Views: 257
Reputation: 128428
I have not found a way of avoiding getting this issue, but you can do this to solve quickly:
Remove:
C:/Users/%user_name%/.android/avd/%name_of_avd%/cache.img.lock
C:/Users/%user_name%/.android/avd/%name_of_avd%/userdata-qemu.img.lock
You won't need to restart the emulator.
Upvotes: 2