该项目提供了一个适用于adb工具的GUI界面,包含了一些常用的操作。
如果你在电脑上安装了python,那么请选择下载python版的文件(在文件夹“python版”内),因为相对来说这个版本运行效果最佳。如果你的电脑上没有安装python,那么请选择可执行文件版(在文件夹“release”内),它没有python依赖,但运行会卡顿(虽然我也不知道为什么)。如果你的电脑上没有adb工具,程序将无法运行,但本项目提供了作者自己使用的adb工具(在文件夹“ADB_tool”内),解压后直接放在程序运行目录即可,也可以把adb工具添加到系统环境变量。下面提供adb工具的下载地址:
Android官网:https://developer.android.com/studio/releases/platform-tools
清华大学开源软件镜像站(国内访问不上官网的替代选择):https://mirrors.tuna.tsinghua.edu.cn/github-release/AngelDevil6/adb-android/
腾讯软件中心下载ADB工具:https://pc.qq.com/detail/9/detail_22829.html
华为开源镜像站(这个是我自己用的,不过进入页面需要翻找一下,找到platform-tools对应版本下载):https://mirrors.huaweicloud.com/android/repository/
国内开发者镜像:https://dl.google.com/android/repository/platform-tools-latest-windows.zip
哦,对了,这个程序现在还没有支持英文,以后会加。
This project provides a GUI suitable for adb tools, including some commonly used operations.
If you have installed Python on your computer, please choose to download the Python version of the file(in folder "python版"), as this version runs best relatively. If Python is not installed on your computer, please choose the executable version(in folder "release"), which does not have Python dependencies but may experience runtime lag (although I don't know why). If you don't have the adb tool on your computer, the program will not run. However, this project provides the author's own adb tool(in folder "ADB_tool"), which can be directly placed in the program running directory after decompression, or added to the system environment variable. Here is the download link for the adb tool:
Android official website:https://developer.android.com/studio/releases/platform-tools
Tsinghua University Open Source Software Mirror Site (an alternative option for domestic access to the official website):https://mirrors.tuna.tsinghua.edu.cn/github-release/AngelDevil6/adb-android/
Tencent Software Center ADB tool downloading:https://pc.qq.com/detail/9/detail_22829.html
Huawei Open Source Mirror Station (This is something I use myself, but to access the page, I need to search and find the corresponding version of platform tools to download):https://mirrors.huaweicloud.com/android/repository/
Domestic developer image:https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Oh, by the way, this program doesn't support English yet, it will be added in the future.