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
- Package = "com. app. flashlight"
- Android: installLocation = "preferExternal"
- Android: versionCode = "1"
- 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.