# MyApplication2 **Repository Path**: zhanghj_java/MyApplication2 ## Basic Information - **Project Name**: MyApplication2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nill key123456 ## adb ```shell adb devices adb shell # 给指定设备上传文件 adb -s xxx push 本地文件路径 /sdcard/xxx # 查看指定设备下的文件 adb -s xxx shell ls /sdcard/xxx # 卸载指定设备上的某个软件 adb -s xxx uninstall 软件包名 adb uninstall com.microsoft.launcher adb uninstall com.niii.huipilauncher ``` > 安装完需要重启手机 apk20250412