简体   繁体   中英

Not installed applications in Android settings/apps

Apps installed by IDE (namely idea) and uninstalled in device now in status "not installed". Android 4.4, Nexus 7 2012.

应用截图

And now i can't install them again with Idea without executing adb uninstall . But, for example, i did not remember the package of "simplest" and have no idea where i can get it. No details from adb shell pm list packages nor from "App info":

在此输入图像描述

This behavior began from about 4.3 continues in 4.4.

Play Store apps may be removed as usual.

UPD: Forgot the question. Who is in fault and what to do?

The reason for that is that you use multiple accounts on that device. So if the app is installed for one user you can see that another user has this app installed and that the app uses space on your device, while it is not installed for the currient user. That means it is on your device but not installed for your currient user.

The solution is to log in with the second pofile and uninstall the not installed apps there too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM