Android 4.2.2 'Not enough space on device', can't install apps [closed]

喜你入骨 提交于 2019-12-13 18:05:58

问题


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 I try and update or download an app my phone says there's not enough space on the device, despite my 11GB on SD and 140MB internal, using the file manager.

Is there any solution that doesn't involve rooting?

(note: I tried dialing *#9900# and apparently it doesn't work because there isn't any signal. Guessing that means it won't work.)

I have an Alcatel One Touch Idol S, running 4.2.2 non-rooted.


回答1:


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.




回答2:


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.




回答3:


<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




回答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!!!



来源:https://stackoverflow.com/questions/25332899/android-4-2-2-not-enough-space-on-device-cant-install-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!