3

I am running Froyo on my HTC Wildfire. I have 17 MB storage free in my phone. The .apk I'm trying to install on the phone is 2.7MB but I get this wierd Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE. I'm using Eclipse and have enabled debugging on my device. I was able to install binaries with the size of 11 MB with the same free storage space a few minutes ago.

Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155

5 Answers5

2

I solved this problem putting this in the AndroidManifiest.xml file:

android:installLocation="preferExternal"

just after:

android:versionName="1.0"

in the tag.

Hope someone else benefits from this answer. This way the apk file is installed if possible in sd card.

sandino
  • 3,813
  • 1
  • 19
  • 24
1

Hard reset only works shortly.. then insufficent storage will continue to show on a pop up adviser on your mobile htc wildfire s. Try history eraser that can be dowloaded in the market. or any other cache and cookie cleaners, read description frist and make sure to back up all your phones data on your google account.

trey
  • 11
  • 1
0

Reboot your device would works, and the following link is a same question with answers.

Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android

Community
  • 1
  • 1
Michelle
  • 1,097
  • 8
  • 18
0

I've come across this before as well and haven't found one solution that works reliably so here are a couple of things to try:

1) Restart the phone 2) Uninstall any previous builds of the app on your phone 3) Restart adb by killing it off in your task manager (it will auto-restart when killed)

steemcb
  • 563
  • 1
  • 7
  • 19
  • I have tried everything you have suggested and I have also uninstalled every app I had on my phone. But this is still getting on my nerves :( – Ragunath Jawahar Jan 22 '11 at 07:23
0

Backed up my data and performed a hard reset. Now works fine.

Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155