0

I just started with my first Android app. In Eclipse, I made a new project Hallo Android and when I try to run without any changes, I get this message:

[2013-01-21 16:20:31 - Hallo Android] ------------------------------
    [2013-01-21 16:20:31 - Hallo Android] Android Launch!
    [2013-01-21 16:20:31 - Hallo Android] adb is running normally.
    [2013-01-21 16:20:31 - Hallo Android] Performing com.hurryapp.halloandroid.FirstActivity activity launch
    [2013-01-21 16:20:31 - Hallo Android] Automatic Target Mode: launching new emulator with compatible AVD 'ICS_HVGA'
    [2013-01-21 16:20:31 - Hallo Android] Launching a new emulator with Virtual Device 'ICS_HVGA'
    [2013-01-21 16:20:58 - Emulator] Failed to allocate memory: 8
    [2013-01-21 16:20:58 - Emulator] 
    [2013-01-21 16:20:58 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
    [2013-01-21 16:20:58 - Emulator] Please contact the application's support team for more information.

ADV is running. Please help.

user896692
  • 2,351
  • 7
  • 36
  • 57

1 Answers1

2

Please refer to the following thread: Failed to allocate memory: 8

Community
  • 1
  • 1
Yaniv
  • 3,321
  • 8
  • 30
  • 45