2012-11-21 72 views
0

我已經下載了所有包含的ADT Bundle http://developer.android.com/sdk/index.html。當我創建Android應用程序並且我想運行時,我得到了這樣的東西。如何使它運行。帶Android SDK的Eclipse未能運行空白項目

[2012-11-21 10:18:00 - Test2] ------------------------------ 
[2012-11-21 10:18:00 - Test2] Android Launch! 
[2012-11-21 10:18:00 - Test2] adb is running normally. 
[2012-11-21 10:18:01 - Test2] Performing com.example.test2.MainActivity activity launch 
[2012-11-21 10:18:01 - Test2] Automatic Target Mode: launching new emulator with compatible AVD 'Test' 
[2012-11-21 10:18:01 - Test2] Launching a new emulator with Virtual Device 'Test' 
[2012-11-21 10:18:01 - Emulator] WARNING: Data partition already in use. Changes will not persist! 
[2012-11-21 10:18:01 - Emulator] WARNING: Cache partition already in use. Changes will not persist! 
[2012-11-21 10:18:01 - Emulator] Failed to allocate memory: 8 
[2012-11-21 10:18:01 - Emulator] 
[2012-11-21 10:18:01 - Emulator] This application has requested the Runtime to terminate it in an unusual way. 
[2012-11-21 10:18:01 - Emulator] Please contact the application's support team for more information. 
+3

您必須重新啓動PC並重試。實際上其中一個模擬器實例正在運行,而不允許其他運行。 – Shiv

+2

做爲@spanjeta說也刪除並創建一個新的avd –

+0

工作不知道爲什麼。 – Yoda

回答

0

在運行你的android應用程序時,它會加載到新的模擬器中。我們無法用單個實例運行多個模擬器。轉到 - >任務管理器 - > adb(在運行進程中) - >給結束任務 - >重新啓動你的eclipse並運行你的模擬器。

數據分區已在使用:此問題基於您的系統RAM大小和仿真器RAM大小(創建AVD時分配RAM大小)。如果兩個模擬器在相同的實例中運行,則會發生內存錯誤。