简体   繁体   English

未在Android设置/应用中安装应用

[英]Not installed applications in Android settings/apps

Apps installed by IDE (namely idea) and uninstalled in device now in status "not installed". IDE安装的应用程序(即构思)并在设备中卸载,现状态为“未安装”。 Android 4.4, Nexus 7 2012. Android 4.4,Nexus 7 2012。

应用截图

And now i can't install them again with Idea without executing adb uninstall . 现在,我不能再使用Idea安装它们而不执行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": adb shell pm list packages和“App info”中没有详细信息:

在此输入图像描述

This behavior began from about 4.3 continues in 4.4. 这种行为从4.4继续开始,大约是4.3。

Play Store apps may be removed as usual. Play商店应用可能会照常删除。

UPD: Forgot the question. UPD:忘了问题。 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. 解决方案是使用第二个pofile登录并卸载未安装的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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