Fatma
Fatma

Reputation: 23

Emulator in Android Studio

i have a big problem with Android studio.

whats the solution for this error?

emulator: WARNING: Requested RAM size of 1536MB is too large for your environment, and is reduced to 1152MB.
Cannot set up guest memory 'android_arm': Invalid argument
Error accepting connection, aborting

Upvotes: 2

Views: 6712

Answers (1)

Arshid KV
Arshid KV

Reputation: 10037

From Android studio open Windows->Select Android Virtual Device Manager->Chose your device->Click Edit button-> Change the RAM parameter to 512 Mb in the Memory Options->Save and run the emulator it will work

Emuulators are slow. There's really nothing you can do about it, but there are alternatives to the emulator.

  1. Genymotion - Prefered

  2. VirtualBox

  3. BlueStacks

  4. YouWave

Upvotes: 3

Related Questions