Error running project: Cannot set up guest memory 'android_arm': Invalid argument

Asked

Viewed 290 times

1

I am unable to run my application, first get out a corrected memory error so as not to exceed the maximum in MB. Now, out comes this mistake I didn’t quite understand, saying that the Arm is invalid.

How to get this problem out?

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

1 answer

1


Reduce emulator RAM size.

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

Source

  • I’m using Android Studio, I change the value of RAM and when I order run, comes out the same error and I check it back in the same memory that was before.

  • 1

    Still with some alerts... But I managed to change and model the device in the emulator. Thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.