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.
您必須重新啓動PC並重試。實際上其中一個模擬器實例正在運行,而不允許其他運行。 – Shiv
做爲@spanjeta說也刪除並創建一個新的avd –
工作不知道爲什麼。 – Yoda