Reputation: 410
I am using android studio 2.0 in windows 8.1 , the memory consumption size is always about 2G even if I have specified 64M VM heap,200M RAM and 200 Internal Storage in ADB configuration
How can I decrease the memory consumption ?
note: The version of my emulator is Nexus_5x API32.
Upvotes: 0
Views: 1357
Reputation: 1682
I think it's better if you actually don't use android studio AVD emulator. It's a very slow and memorykiller program!
Instead, use mobogeni or bluestacks. They are quite faster than android studio avd and use lesser memory and of course have more abilities.
For downloading them, easily google them and download them free.
Working with them is very similar to android studio avd.
Run it, build and run your application and it shows itself in the devices list for running your app.
Upvotes: 0