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,923
  • 4
  • 38
  • 47
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133

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
  • 32,980
  • 10
  • 97
  • 133