* 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 @@
# am
> Android 活动管理器。
> 更多信息:<https://developer.android.com/studio/command-line/adb#am>.
> 更多信息:<https://developer.android.com/tools/adb#am>.
- 启动一个指定的活动:

View File

@@ -1,7 +1,7 @@
# dalvikvm
> Android Java 虚拟机。
> 更多信息:<https://source.android.com/devices/tech/dalvik>.
> 更多信息:<https://source.android.com/docs/core/runtime>.
- 启动一个 Java 程序:

View File

@@ -2,7 +2,7 @@
> 提供关于 Android 系统服务的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://developer.android.com/studio/command-line/dumpsys>.
> 更多信息:<https://developer.android.com/tools/dumpsys>.
- 获取所有系统服务的诊断输出:

View File

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

View File

@@ -1,7 +1,7 @@
# pm
> 显示关于 Android 设备上的应用程序的信息。
> 更多信息:<https://developer.android.com/studio/command-line/adb#pm>.
> 更多信息:<https://developer.android.com/tools/adb#pm>.
- 打印所有已安装应用程序的列表:

View File

@@ -2,7 +2,7 @@
> 捕获移动设备显示器的屏幕截图。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://developer.android.com/studio/command-line/adb#screencap>.
> 更多信息:<https://developer.android.com/tools/adb#screencap>.
- 捕获屏幕截图:

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 进程的是否在运行,并开启它: