How do I delete sample app from an android emulator?
Asked Answered
F

8

62

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?

Frijol answered 8/6, 2010 at 2:21 Comment(0)
L
89

Inside the emulator go to the Settings app, then Applications -> Manage Applications -- you can delete them from there.

Longrange answered 8/6, 2010 at 2:35 Comment(3)
In newer versions of the simulator, you'll have to click and hold on the app. Then while still holding it, drag it to the top right where the text "Uninstall" will show up.Rutan
What Dyba said above, in the main application list screen.Muley
Settings app, then Applications -> Manage Applications >>> I had to click/tap on the app then it gave me options to uninstall, force stop, clear cache/data. Thanks!Hole
B
26

ADB lets you uninstall applications. Just go:

adb uninstall <package>

You can find ADB in the tools folder of the Android SDK.

Bowhead answered 8/6, 2010 at 2:39 Comment(0)
L
19

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".

enter image description here

Lorrin answered 10/2, 2015 at 9:29 Comment(0)
S
2

Two solution:

  1. When the emulator not running go to Tools -> AVD Manager -> in actions section click wipe data -> OKenter image description here

  2. In emulator go to setting and then select app then delete. enter image description here

Stricken answered 5/4, 2021 at 10:14 Comment(0)
L
1

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.

Latinity answered 13/3, 2021 at 16:47 Comment(0)
P
0

1). go to settings in emulator 2). go to storage use 3). click on your application. 4). select uninstall

regards Dharma

Preciosity answered 26/1, 2014 at 7:10 Comment(0)
M
0

Before starting emulator check on wipe user data

Manvell answered 9/2, 2015 at 11:56 Comment(0)
M
0

In the Android emulator,

  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.
  4. Then click the Uninstall.
Magdalenemagdalenian answered 31/7, 2022 at 19:19 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.