INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error


INSTALL_FAILED_INSUFFICIENT_STORAGE error while running Android Application on Emulator is due to virtual memory size defined is less.

We can increase the Virtual memory size by running the following command from location android-sdk\tools ( from Terminal if on Mac OSX or Command Prompt if on Windows)

Replace emulator_name with your Emulator Device name.

emulator -avd "emulator_name" -partition-size 1024

After running this command start the emulator and install the APK on the device. You will now not face this error!







Author Info:

Rakesh (He/Him) has a Masters Degree in Computer Science with over 15+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap