How do I delete sample app from an android emulator?

后端 未结 5 1865
逝去的感伤
逝去的感伤 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:56

    ADB lets you uninstall applications. Just go:

    adb uninstall 
    

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

提交回复
热议问题