adb-{install, reverse, shell}: simplify descriptions (#14011)
* Update adb-shell.md * Update adb-install.md * Update adb-reverse.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# adb install
|
# adb install
|
||||||
|
|
||||||
> Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices.
|
> Push packages to a connected Android device or emulator.
|
||||||
> More information: <https://developer.android.com/tools/adb>.
|
> More information: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Push an Android application to an emulator/device:
|
- Push an Android application to an emulator/device:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# adb reverse
|
# adb reverse
|
||||||
|
|
||||||
> Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices.
|
> Reverse socket connections from a connected Android device or emulator.
|
||||||
> More information: <https://developer.android.com/tools/adb>.
|
> More information: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- List all reverse socket connections from emulators and devices:
|
- List all reverse socket connections from emulators and devices:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# adb shell
|
# adb shell
|
||||||
|
|
||||||
> Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices.
|
> Run shell commands on a connected Android device or emulator.
|
||||||
> More information: <https://developer.android.com/tools/adb>.
|
> More information: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Start a remote interactive shell on the emulator or device:
|
- Start a remote interactive shell on the emulator or device:
|
||||||
|
Reference in New Issue
Block a user