How do I delete sample app from an android emulator?

后端 未结 5 1849
逝去的感伤
逝去的感伤 2021-02-02 06:07

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?

相关标签:
5条回答
  • 2021-02-02 06:41

    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

    0 讨论(0)
  • 2021-02-02 06:54

    Before starting emulator check on wipe user data

    0 讨论(0)
  • 2021-02-02 06:55

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

    regards Dharma

    0 讨论(0)
  • 2021-02-02 06:56

    ADB lets you uninstall applications. Just go:

    adb uninstall <package>
    

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

    0 讨论(0)
  • 2021-02-02 06:59

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

    0 讨论(0)
提交回复
热议问题