# adbbat **Repository Path**: amixuse/adb-bat ## Basic Information - **Project Name**: adbbat - **Description**: 基于windows批处理脚本编写的一个类似于adb-idea的一个脚本,不依赖于任何开发工具,只需要有adb.exe文件,配置好路径,直接就可以运行。 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # adb-Bat #### 介绍 纯window批处理脚本编写的一个类似于adb-idea的一个脚本,不依赖于任何开发工具,只需adb.exe文件,配置好路径,直接就可以运行。 #### 软件架构 纯window批处理脚本编写的一个类似于adb-idea的一个脚本。 最小依赖,仅依赖于adb.exe文件。 #### 安装教程 1、找个文件夹,将文件保存到里面去。 2、将该文件夹添加到环境变量中去。 3、在命令行下输入adbIdea.bat使用吧,少年。 #### 使用说明 adbIdea [cmd] [what] packageName cmd nay be one of: [start] start app [startWeb] open url by web app. [kill] kill app [restart] restart app [restartAdb] restart adb. [clear] clear app data [cleartAndRestart] clear app data then start it [details] skip to app details [topInfo] print the current app component face to user. [taskInfo] print Recent task running on the phone. [launcherComponent] show the launcher component [uninstall] uninstall the app. [revokePermission] revoke permission by app apply. [grantPermission] grant permission by app apply. #### 参与贡献 amixuse@yeah.net