# android-tools

adb工具可以通过网络调试本机和其他手机，也可以通过otg调试其他手机，给其他手机刷机。

1、安装：

```
aapt install android-tools
```

2、调试本机，安卓10以上系统可以免root开启无限调试，开启之后：

```
#通过pair连接xxxx端口
adb pair 192.168.0.101:xxxx

#adb连接xxx端口
adb connect 192.168.0.101:xxx

#查看是否正常连接
adb devices
```

可以参考视频教程：<https://www.bilibili.com/video/BV1Tv4y1d7x1>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://termux-wiki.zsxwz.com/qi-ta-yi-xie-ming-ling-xing-gong-ju/android-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
