简体   繁体   English

如何从 android 仿真器中删除示例应用程序?

[英]How do I delete sample app from an android emulator?

Somehow, I have deleted the code for the sample apps from the workspace, but the apps still show up in the android emulator.不知何故,我已经从工作区中删除了示例应用程序的代码,但这些应用程序仍然显示在 android 仿真器中。 How do I delete them?如何删除它们?

在模拟器中转到设置应用程序,然后应用程序 -> 管理应用程序 - 您可以从那里删除它们。

ADB lets you uninstall applications. ADB 允许您卸载应用程序。 Just go:去吧:

adb uninstall <package>

You can find ADB in the tools folder of the Android SDK.您可以在 Android SDK 的工具文件夹中找到 ADB。

In AndroidStudio (at least in v0.9.9) you can wipe data from a AVM.在 AndroidStudio(至少在 v0.9.9 中)中,您可以从 AVM 中擦除数据。 Go to Tools - Android - AVD Manager and in the menu for an AVM select "wipe data".转到工具 - Android - AVD 管理器,然后在 AVM 的菜单中选择“擦除数据”。

在此处输入图片说明

In the Android emulator,在安卓模拟器中,

  • Visit the Settings widget on the Home screen.访问主屏幕上的设置小部件。 (Not the settings you may visit through more button (three-dotted button)) (不是您可以通过更多按钮(三点按钮)访问的设置)
  • Then click Apps and notifications .然后点击应用程序和通知
  • After that click See all apps that you can see on the top half of the screen.之后单击查看您可以在屏幕上半部分看到的所有应用程序
  • Select the app you are supposed to delete.选择您要删除的应用程序。
  • Then click the Uninstall.然后点击卸载。

Yes.是的。 You did it!!!你做到了!!! Now your app is uninstalled from the emulator.现在您的应用程序已从模拟器中卸载。

1). 1)。 go to settings in emulator 2).转到模拟器 2 中的设置)。 go to storage use 3).去存储使用 3)。 click on your application.单击您的应用程序。 4). 4)。 select uninstall选择卸载

regards Dharma问候佛法

在启动模拟器之前检查擦除用户数据

Two solution:两种解决方法:

  1. When the emulator not running go to Tools -> AVD Manager -> in actions section click wipe data -> OK当模拟器未运行时,转到工具 -> AVD 管理器 -> 在操作部分单击擦除数据 -> 确定在此处输入图片说明

  2. In emulator go to setting and then select app then delete.在模拟器中转到设置,然后选择应用程序然后删除。 在此处输入图片说明

In the Android emulator ,在 Android 仿真器中,

  1. Visit the Settings widget on the Home screen.访问主屏幕上的设置小部件。
  2. Then click Apps and notifications.然后单击应用程序和通知。
  3. After that click See all apps that you can see on the top half of the screen.之后单击查看您可以在屏幕上半部分看到的所有应用程序。 Select the app you are supposed to delete. Select 您应该删除的应用程序。
  4. Then click the Uninstall.然后点击卸载。

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

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