adb uninstall failed

前端 未结 24 1725
清歌不尽
清歌不尽 2020-12-12 18:44

I am writing some sample apps.
After I debug these apps, I don\'t see an uninstall button in my device\'s application management.
When I do adb uninstall, it always

24条回答
  •  庸人自扰
    2020-12-12 19:34

    If you have problems uninstalling through adb, I can recommend the following tool:

    https://github.com/patrickfav/uber-adb-tools

    you can use wildcards and supports multiple devices, also has some better error handling than the vanilla ADB (but uses it in background of course). Will work on your platform.

    Full disclaimer: I am the developer

提交回复
热议问题