Reputation: 3988
When I am running my app on emulator it dont open and gives the following Error.
[2011-01-08 16:16:56 - AudApp] ------------------------------
[2011-01-08 16:16:56 - AudApp] Android Launch!
[2011-01-08 16:16:56 - AudApp] adb is running normally.
[2011-01-08 16:16:56 - AudApp] Performing com.a1technology.AppingActivity activity launch
[2011-01-08 16:17:00 - AudApp] Launching a new emulator with Virtual Device 'avd_2.3'
[2011-01-08 16:17:00 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting
Upvotes: 2
Views: 563
Reputation: 995
I solved the problem by restarting Eclipse with no emulator running.
Upvotes: 0
Reputation: 23873
In : yourusername.android\avd\youremulatorname\
the folders:
cache.img.lock, sdcard.img.lock and userdata-qemu.img.lock
are created when the emulator starts and should be deleted when it closes. If the exit wasn't clean for some reason, then they aren't deleted. Delete them manually and it should fix your problem.
Upvotes: 3