-2
我試圖在我的Droid Razor上運行我的第一個應用程序,這是我得到的錯誤。以下是密碼構建並運行我的第一個應用程序
[2013-07-06 15:52:34 - MyFirstApp] ------------------------------
[2013-07-06 15:52:34 - MyFirstApp] Android Launch!
[2013-07-06 15:52:34 - MyFirstApp] adb is running normally.
[2013-07-06 15:52:34 - MyFirstApp] Performing com.example.myfirstapp.MainActivity activity launch
[2013-07-06 15:52:34 - MyFirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'NexusS'
[2013-07-06 15:52:34 - MyFirstApp] Launching a new emulator with Virtual Device 'NexusS'
[2013-07-06 15:52:41 - Emulator] Failed to allocate memory: 8
[2013-07-06 15:52:41 - Emulator]
[2013-07-06 15:52:41 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2013-07-06 15:52:41 - Emulator] Please contact the application's support team for more information.
'[2013-07-06 15:52:41 - Emulator]分配內存失敗:8' –