Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator Error "emulator: ERROR: the user data image is used by another emulator. aborting" [duplicate]

Possible Duplicate:
Emulator problem in Android

emulator: ERROR: the user data image is used by another emulator. aborting

most of the time i face this problem..I restart Eclipse even..and restart emulator also..but still problem remain as it is. Why ?

like image 467
CoDe Avatar asked May 13 '10 06:05

CoDe


2 Answers

Problem : emulator: ERROR: the user data image is used by another emulator. Solution: Delete following folders: C:\Users\%UserName%.android\avd\AVD2.1.avd\cache.img.lock C:\Users\%UserName%.android\avd\AVD2.1.avd\userdata-qemu.img.lock

like image 73
Jitendra Bansiwal Avatar answered Oct 12 '22 11:10

Jitendra Bansiwal


In your Android SDK and AVD Manager (under the Window menu if you cannot find it), launch the emulator by clicking the Start button. On the next screen tick the Wipe User Data box then click Launch.

like image 36
Dan Kilpatrick Avatar answered Oct 12 '22 11:10

Dan Kilpatrick