美文网首页
Android使用adb工具卸载应用

Android使用adb工具卸载应用

作者: Alter桐 | 来源:发表于2023-05-15 14:40 被阅读0次

    命令安装brew

     ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
    

    安装成功

    ==> Linking Binary 'adb' to '/usr/local/bin/adb'
    ==> Linking Binary 'dmtracedump' to '/usr/local/bin/dmtracedump'
    ==> Linking Binary 'etc1tool' to '/usr/local/bin/etc1tool'
    ==> Linking Binary 'fastboot' to '/usr/local/bin/fastboot'
    ==> Linking Binary 'hprof-conv' to '/usr/local/bin/hprof-conv'
    ==> Linking Binary 'make_f2fs' to '/usr/local/bin/make_f2fs'
    ==> Linking Binary 'make_f2fs_casefold' to '/usr/local/bin/make_f2fs_casefold'
    ==> Linking Binary 'mke2fs' to '/usr/local/bin/mke2fs'
    🍺  android-platform-tools was successfully installed!
    

    安装adb工具

     brew install android-platform-tools
    

    查看要卸载的包名

    adb shell ls /system/bin/
    

    选择要卸载的输入命令

    adb uninstall xxx.xxx
    

    相关文章

      网友评论

          本文标题:Android使用adb工具卸载应用

          本文链接:https://www.haomeiwen.com/subject/olgmsdtx.html