INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

后端 未结 1 492
后悔当初
后悔当初 2020-11-30 14:20

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

相关标签:
1条回答
  • 2020-11-30 14:52

    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 讨论(0)
提交回复
热议问题