We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b169cb5 commit 85d7046Copy full SHA for 85d7046
docs/Android.md
@@ -133,7 +133,14 @@ device in order to execute it.
133
### 4. Deploying the build products to the device
134
135
You can use the `adb push` command to copy build products from your Linux
136
-environment to your Android device. Verify your device is connected and is
+environment to your Android device. If you haven't already installed `adb`,
137
+you may do so via `apt-get`:
138
+
139
+```
140
+$ sudo apt-get install android-tools-adb
141
142
143
+Once you have `adb` installed, verify your device is connected and is
144
listed when you run the `adb devices` command, then run the following
145
commands to copy the Swift Android stdlib:
146
0 commit comments