adb 的一些常用命令。

    技术2023-01-20  21

    adb shell rm /system/app/SimManager.apk   删除一个应用。

    adb install /home/liu/Desktop/onetqo.apk      安装一个应用。

    adb shell     进入命令操作系统

    adb devices 查看设备

     

    获取设备的ID和序列号:  adb get-product  adb get-serialno

     

     

    logcat  查看日志

    logcat -c 清空日志

     

    ps 查看当前进程

    top 查看资源情况

     

     

    最新回复(0)