The error "INSTALL_FAILED_INSUFFICIENT_STORAGE" is reported when an apk is installed on the mobile phone in android.

Source: Internet
Author: User

INSTALL_FAILED_INSUFFICIENT_STORAGE: installation fails due to insufficient storage space.

Our applications are generally installed in the TF card space. The first thing I think of is to check the TF card space and find that there is still MB of available space. Therefore, this reason is excluded.

Search for the INSTALL_FAILED_INSUFFICIENT_STORAGE keyword on Bing.

Most of the answers are as follows:

 

 

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
Author: Android Development Network original time:
Many users will prompt the Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE error when using Eclipse for Android Application Development. This error is caused by the full ROM. However, Android123 has been used for many times, this error occurs when Eclipse is installed on a mobile phone. It is mainly because a program is run multiple times and adb needs to be installed each time to generate multiple instances to write one file, A sharing violation is caused. The solution is:

1. Check the remaining space on the phone.

2. Execute an installation instance each time.

 


I tried this but it did not solve my problem.

Later, I thought it was probably because the cache space was full. So I pulled the battery and restarted the phone and installed it again. The problem persists.

The last move is to the android Recovery Mode. Generally, android phones can press the power key and the home key at the same time.

There will be a warning screen (a small robot prompts danger), where it will stop, press the home key, and then go to the following command line:

--------------------------

Android system recovery <3e>

Press volume button to select

Press power button to confirm

 


Reboot system now

Apply update from sdcard

Wipe data/factory reset

Wipe cache partition

Apply example .zip from sdcard

Backup user data

Restore user data

----------------------------------------------------------------------------

 


The volume side key is used to perform the up/down jump. Select wipe data/factory reset, which is interpreted as erasing data/restoring factory settings.

Press the power key to confirm and wait for a while before the phone restarts.

After restarting, we found that all our installed applications were erased.

After installing our apk, the success prompt will pop up.

This is a success!

 

From fulinwsuafcie's column

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.