Skip to content Skip to sidebar Skip to footer

Android 4.2.2 'not Enough Space On Device', Can't Install Apps

I've looked for a few different solutions but all of them involve rooting, or pre-rooted phones. Mine is not rooted (I'll do it if I have too, but I'm lazy.) Basically, every time

Solution 1:

Settings > Apps > Google Play Store ... Click Uninstall Updates ... It will restore the factory version which works!

I had problems installing Skype on my Sony Experia E - "Not enough space on device" - It seems there is a problem with the latest updates to Google Play Store, so I uninstalled them and that solved the problem. Skype did not load first time due to an error with the package file but I tried again and it worked fine. I hope it works for you too.

Solution 2:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="your package"android:versionCode="1"android:versionName="1.0"android:installLocation="preferExternal">

use preferExternal in installLocation in your android manifest file

Solution 3:

Every Android device is different. It all comes down to how the internal storage is partitioned. Let's say your device has 8GB of RAM. Maybe 1GB is partitioned for system storage. This fills up fast. Most applications need at least a portion installed on the system storage. So even if you move the app to your SD card, or "internal storage", some part of it will have to remain in the system storage. Plants Vs. Zombies, for instance, can be installed on the SD, but 50mb or so stays in the system.

For a start, you have to try to move as many apps as possible to the SD card. Whatever you cannot move will have to be uninstalled.

Solution 4:

you can do it by using below simple step

This is the easiest thing to do. Go to settings look for storage or memory touch it and look for cached data. touch it and clear your data from there. SIMPLE!!!

Post a Comment for "Android 4.2.2 'not Enough Space On Device', Can't Install Apps"