* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
This commit is contained in:
Vitor Henrique
2024-02-22 09:23:50 -03:00
committed by GitHub
parent 89ef27bb53
commit 006abfda34
155 changed files with 155 additions and 155 deletions

View File

@@ -1,7 +1,7 @@
# adb install
> 安卓调试桥 -Install: 将应用安装包推送到 Android 模拟器或已连接的安卓设备。
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/tools/adb>.
- 向模拟器/设备推送安卓 app

View File

@@ -1,7 +1,7 @@
# adb-logcat
> 转储系统消息日志。
> 更多信息:<https://developer.android.com/studio/command-line/logcat>.
> 更多信息:<https://developer.android.com/tools/logcat>.
- 显示系统日志:

View File

@@ -1,7 +1,7 @@
# adb reverse
> 安卓调试桥-反射: 反向映射安卓模拟器实例或者已连接的实体设备的套接字连接。
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/tools/adb>.
- 列出所有来自模拟器和设备的映射连接:

View File

@@ -1,7 +1,7 @@
# adb shell
> 安卓调试桥-Shell: 运行安卓模拟器或者连接设备上的远程终端命令。
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/tools/adb>.
- 启动模拟器/设备上的远程终端:

View File

@@ -2,7 +2,7 @@
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
> 此命令也有关于其子命令的文件,例如:`adb shell`.
> 更多信息:<https://developer.android.com/studio/command-line/adb>.
> 更多信息:<https://developer.android.com/tools/adb>.
- 检查 adb server 进程的是否在运行,并开启它: