8

when I am install 50 mb apk in my emulator with command line, I got error like :: enter image description here

So what thing i have to this to increase memory?

UPDATE : i have got another error like :: enter image description here

UPDATE : i have got another error like ::

enter image description here

RivieraKid
  • 5,867
  • 4
  • 36
  • 47
Nikunj Patel
  • 20,998
  • 23
  • 86
  • 129

1 Answers1

12

you need to increase virtual memory of emulator

How to increase virtual memory of emulator

\\emulator -avd "Emulator Name" -partition-size 500

after then try to install your apk

Niranj Patel
  • 35,286
  • 11
  • 96
  • 128