Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I have an HTC Desire running Froyo. It is not rooted, nor have I installed any custom ROM.

I get an "Insufficient Storage" error when I'm trying to install an app via adb/eclipse. The .apk is only 300KB, and the phone reports 14MB free of internal storage, and 2.2GB free on the SD card. (I have just uninstalled a few large apps to make sure there's plenty of room.)

It is obviously completely wrong. There's easily plenty of room in the 14MB of internal storage for my 300KB app.

What can I do to fix it?

share|improve this question
Possibly the same issue? android.stackexchange.com/questions/5519/… – Al Everett May 20 '11 at 4:20
Maybe this: android.stackexchange.com/questions/14731/… I don't think the Incredible is the only HTC phone with that particular issue. – afrazier Mar 4 '12 at 18:17

2 Answers

At least on my phone, it seems you need way more available space thanthe size of the app you are actually trying to upgrade. In my case it seems I needed to have at least ~13MB free space to upgrade anything at all (even for 500KB apps).

Some tips to free space:

  1. Go to Settings, Applications, Manage Applications, click "Move to SD card" on the ones that have that option.
  2. In the same list, also click "Clear Cache" on all your apps.
  3. Your browser cache can not be cleared here, so open your browser, go to Settings, and click "Clear cache".

In some cases I have also been able to manually update apps one at a time when "update all" fails due to insufficient storage.

share|improve this answer
up vote 2 down vote accepted

I discovered that K9 Mail was keeping 25MB of cached data on my internal storage. I changed it to use the SD card, and this cured my immediate problem of being unable to install a tiny app.

It doesn't explain, though, why Android was reporting an insufficient storage error whilst simultaneously telling me there was 14MB free on internal storage. Oh well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.