如何从 android 模拟器中删除示例应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2994407/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I delete sample app from an android emulator?
提问by yogsma
Somehow, I have deleted the code for the sample apps from the workspace, but the apps still show up in the android emulator. How do I delete them?
不知何故,我从工作区中删除了示例应用程序的代码,但应用程序仍然显示在 android 模拟器中。如何删除它们?
回答by Dre
Inside the emulator go to the Settings app, then Applications -> Manage Applications -- you can delete them from there.
在模拟器中转到设置应用程序,然后应用程序 -> 管理应用程序 - 您可以从那里删除它们。
回答by Drew
ADB lets you uninstall applications. Just go:
ADB 允许您卸载应用程序。去吧:
adb uninstall <package>
You can find ADB in the tools folder of the Android SDK.
您可以在 Android SDK 的工具文件夹中找到 ADB。
回答by Thomas Kremmel
In AndroidStudio (at least in v0.9.9) you can wipe data from a AVM. Go to Tools - Android - AVD Manager and in the menu for an AVM select "wipe data".
在 AndroidStudio(至少在 v0.9.9 中)中,您可以从 AVM 中擦除数据。转到工具 - Android - AVD 管理器,然后在 AVM 的菜单中选择“擦除数据”。
回答by Lakshmana Gumpina
1). go to settings in emulator 2). go to storage use 3). click on your application. 4). select uninstall
1)。转到模拟器 2 中的设置)。去存储使用 3)。单击您的应用程序。4)。选择卸载
regards Dharma
问候佛法
回答by Dhruvil
Before starting emulator check on wipe user data
在启动模拟器之前检查擦除用户数据