Skip to content

Commit 97e1ec5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 55e5c5d + dcc9eff commit 97e1ec5

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# tds_android_util
22

3-
A new Flutter project.
3+
使用Flutter制作的一个windows 桌面端应用。
4+
通过adb,aapt等工具,实现无线连接手机,复制文件到手机,快速安装apk、快速安装aab等功能
45

5-
## Getting Started
6+
使用图片:
7+
![image](https://github.com/TDSSSzero/tds_android_util/assets/75973660/d8eb9b6f-8258-4e32-8105-ec19db864c70)
8+
![image](https://github.com/TDSSSzero/tds_android_util/assets/75973660/6cf83a25-44d0-43b6-a3ba-0fb2948d6422)
9+
![image](https://github.com/TDSSSzero/tds_android_util/assets/75973660/aefe07b9-991c-4059-9c78-ee4904660865)
610

7-
This project is a starting point for a Flutter application.
811

9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13-
14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
12+
## 获取设备列表
13+
获取adb连接检测到的设备
14+
## 手动无线连接
15+
无线连接断开时,可以通过手动重新连接
16+
## 无线连接设备
17+
**第一次** 无线连接设备时,必须通过USB连接,选中USB连接的设备,然后点击无线连接设备进行无线连接
18+
## 复制文件到手机
19+
复制任意文件到手机 sdcard/APK目录下
20+
## 安装apk
21+
直接安装电脑上的apk文件到手机
22+
## 安装aab
23+
直接安装电脑上的aab文件到手机,可以选择性构建apks
24+
## 预设签名信息
25+
提前预设自己的签名,在安装aab时可以选择签名预设

0 commit comments

Comments
 (0)