Error while running project: Can not set up guest memory 'android_arm': Invalid argument

1

I am not able to run my application, first leave a memory error corrects not to exceed the maximum in MB. Now, I get this error that I did not understand, saying that the arm is invalid .

How do you get rid of this problem?

Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Cannot set up guest memory 'android_arm': Invalid argument
    
asked by anonymous 17.01.2015 / 21:12

1 answer

1

Reduce the size of the emulator's RAM.

In Eclipse go to: Window - > Android Virtual Device Manager , select your device and click the Edit button on the right side of the window, then at Memory Options look for the RAM parameter and set it to 512 for example. Click% with% to save. Now try running the application again.

Font

    
17.01.2015 / 21:21