Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

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

like image 614
Nikunj Patel Avatar asked Jul 19 '11 06:07

Nikunj Patel


People also ask

How do I give my Android emulator more memory?

Create a new virtual device from the AVD Manager. Select New hardware profile(left-bottom corner) in the appearing window. You can see an option Memory in the new secondly appeared window. Here you can change the ram size in the column RAM.

How do I increase storage on my emulator?

Uninstall previous apps installed on the emulator to make room for the new app. Increase the internal storage size of your emulator via AVD Manager.

How do I change the size of the disk on an emulator?

On Android StudioOpen the AVD Manager. Click Edit Icon to edit the AVD. Click Show Advanced settings. Change the Internal Storage, Ram, SD Card size as necessary.

Why does my phone say I don't have enough storage when I do?

If you're seeing an "Insufficient storage available" message on your Android, chances are that you've used up most of your device's available memory. To fix this, you'll need to make some space by deleting apps and/or media; you can also add external storage, such as a Micro SD card, to your phone.


1 Answers

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

like image 157
Niranj Patel Avatar answered Oct 06 '22 23:10

Niranj Patel