Reputation: 105
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
Reputation: 321
- >Go to avd manager
- > Click edit optoin
- > Change Memory Options
Upvotes: 1
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
4. In Advance Settings, there is option to edit memory allocation
Upvotes: 3