Not installed applications in Android settings/apps

adb, android, uninstallation

Solution

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.

Problem

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?

Original source