Android real machine test INSTALL_FAILED_INSUFFICIENT_STORAGE Solution

Source: Internet
Author: User

Android real machine test INSTALL_FAILED_INSUFFICIENT_STORAGE Solution

I used to test it with my Xiaomi camera. There was no problem, but yesterday his mother's mobile phone broke. I came to the company to debug the program, take out the android machine of the 2.3.6 system that was used in college. During the installation, the following situation occurs. It has been found online for a long time and is useless.

[16:31:04-Flashlight] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

[16:31:04-Flashlight] Please check logcat output for more details.

[16:31:04-Flashlight] Launch canceled!

Method 1:

Try to modify the manifest file: Add the following sentence: android: installLocation = "preferExternal"

[Html]View plaincopy
  1. Package = "com. app. flashlight"
  2. Android: installLocation = "preferExternal"
  3. Android: versionCode = "1"
  4. Android: versionName = "1.0" type = "codeph" text = "/codeph">

    The installation location is changed.


    Other cases:

    If you use a simulator for testing, you can try it:

    Go to the simulator and click settings> applications> mange.
    Applications-> select the application-> select "uninstall": Delete the software to be started and start the software again.

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.