Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在检查包管理器功能,我使用了它的功能 setApplicationEnabledSetting ( pkgName , *_disabled , DONT_KILL_APP ),现在我的应用程序对设备隐藏了。我无法从 Eclipse 更新代码,也无法卸载它。有没有办法我可以通过从 eclipse 安装以编程方式重新启用我的应用程序并更新我的代码?
并且没有办法卸载它
它应该出现在“设置”的应用程序列表中,除非您使用的是 4.3,在这种情况下存在一个错误,这意味着它可能不会出现。在这种情况下,使用adb uninstall your.package.name.here卸载它。或者,如果它是模拟器,请从 AVD 管理器手动启动它,选择“擦除用户数据”,以有效地将模拟器图像恢复出厂设置。
adb uninstall your.package.name.here