INSUFFICENT_STORAGE_MEMORY message while install 5

2019-01-08 00:56发布

问题:

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

So what thing i have to this to increase memory?

UPDATE : i have got another error like ::

UPDATE : i have got another error like ::

回答1:

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