开发者

INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

开发者 https://www.devze.com 2023-03-21 20:06 出处:网络
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?

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

INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

So what thing i have to this to increase memory?

UPDATE : i have got another error like ::

INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

开发者_Go百科UPDATE : i have got another error like ::

INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator


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

0

精彩评论

暂无评论...
验证码 换一张
取 消