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.
我将应用程序从 eclipse 下载到我的设备,并想在设备上删除该应用程序。我尝试从设置>应用程序管理器。但是我在那里找不到应用程序。如何删除应用程序?谢谢
您可以通过 adb 使用:
adb uninstall PACKAGE_WRITTEN_IN_MANIFEST
但是,go toSettings -> Application Manager -> Downloaded Apps应该列出您的应用程序并允许您将其删除。
Settings -> Application Manager -> Downloaded Apps
您可以按照 Android 设备上的步骤执行此操作
设置->管理应用程序->在应用程序上按Long(要卸载)
然后,最后点击卸载按钮。你完成了!