2011-01-08 145 views
2

當我在模擬器上運行我的應用程序時,它不打開並出現以下錯誤。模擬器不能在Android中打開

[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 
+1

你確定你還沒有運行模擬器的實例嗎?如果我嘗試使用相同的圖像文件運行第二個模擬器,則會出現此錯誤。也許你還沒有真正地模仿過早的模擬器。 YOu可以在TaskManager中顯示是否有仿真器進程正在運行。 – RoflcoptrException 2011-01-08 11:02:40

回答

3

在:yourusername.android \ AVD \ youremulatorname \

的文件夾:

cache.img.locksdcard.img.lock用戶數據-qemu.img .lock

在模擬器啓動時創建,應在關閉時刪除。如果出口由於某種原因不乾淨,那麼它們不會被刪除。手動刪除它們,它應該可以解決您的問題。

0

我有同樣的問題。在我的情況下,我重新啓動日食,沒有模擬器running.That做了我的情況。