SOFuser123
SOFuser123

Reputation: 105

unable to change memory allocated for AVD

I have installed Android Studio and trying to run hello world app using emulator. But i am getting an error

emulator: WARNING: Requested RAM size of 1536MB is too large for your environment, and is reduced to 1152MB. emulator: device fd:596 HAX is not working and emulator runs in emulation mode Cannot set up guest memory 'pc.ram': Invalid argument emulator: The memory needed by this VM exceeds the driver limit.

I read on stackoverflow the solution to this problem will be to change the memory allocated to AVD.But under edit AVD's there is no such option to edit memory allocated. Please help.

Upvotes: 3

Views: 4405

Answers (2)

Mstack
Mstack

Reputation: 321

see this snap below - >Go to avd manager
- > Click edit optoin
- > Change Memory Options

Upvotes: 1

Harsh Dattani
Harsh Dattani

Reputation: 2129

You can change Memory allocation settings like this:

1. Start AVD Manager:

2. Click Edit Icon next to Virtual Device name

3. Select Advance Settings

AVD Settings

4. In Advance Settings, there is option to edit memory allocation

enter image description here

Upvotes: 3

Related Questions