pages*: fix developer.android.com links (#12284)

This commit is contained in:
Vitor Henrique
2024-02-16 12:37:37 -03:00
committed by GitHub
parent b18ebd4665
commit 4d6dcb3255
16 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
# adb install
> Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Push an Android application to an emulator/device:

View File

@@ -1,7 +1,7 @@
# adb logcat
> Dump a log of system messages.
> More information: <https://developer.android.com/studio/command-line/logcat>.
> More information: <https://developer.android.com/tools/logcat>.
- Display system logs:

View File

@@ -1,7 +1,7 @@
# adb reverse
> Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- List all reverse socket connections from emulators and devices:

View File

@@ -1,7 +1,7 @@
# adb shell
> Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Start a remote interactive shell on the emulator or device:

View File

@@ -2,7 +2,7 @@
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
> Some subcommands such as `adb shell` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Check whether the adb server process is running and start it:

View File

@@ -1,7 +1,7 @@
# bundletool dump
> Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Display the `AndroidManifest.xml` of the base module:

View File

@@ -1,7 +1,7 @@
# bundletool validate
> Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Verify a bundle and display detailed information about it:

View File

@@ -2,7 +2,7 @@
> Manipulate Android Application Bundles.
> Some subcommands such as `bundletool validate` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Display help for a subcommand:

View File

@@ -1,7 +1,7 @@
# sdkmanager
> Install packages for the Android SDK.
> More information: <https://developer.android.com/studio/command-line/sdkmanager>.
> More information: <https://developer.android.com/tools/sdkmanager>.
- List available packages:

View File

@@ -2,7 +2,7 @@
> Zip archive alignment tool.
> Part of the Android SDK build tools.
> More information: <https://developer.android.com/studio/command-line/zipalign>.
> More information: <https://developer.android.com/tools/zipalign>.
- Align the data of a ZIP file on 4-byte boundaries: