Skip to content

Commit 23aaf2d

Browse files
authored
Fix name of installed SDK in Android getting started doc (#1276)
1 parent cdfa39e commit 23aaf2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/articles/swift-sdk-for-android-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Next, download and install the Swift SDK bundle using the built-in `swift sdk` c
4646
```console
4747
$ swift sdk install https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android.artifactbundle.tar.gz --checksum 5b5cd4da30ececb28c678c3a17a922f3c5fdb82f0ff6dc777bd44275fcc222e0
4848

49-
Swift SDK bundle at `https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android.artifactbundle.tar.gz` successfully installed as swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a-android.artifactbundle.
49+
Swift SDK bundle at `https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android.artifactbundle.tar.gz` successfully installed as swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android.artifactbundle.
5050
```
5151

5252
Similarly, you can install the latest 6.3 snapshot by copy-pasting [the install commands shown
@@ -56,7 +56,7 @@ You should now see the Android Swift SDK included in the `swift sdk list` comman
5656

5757
```console
5858
$ swiftly run swift sdk list
59-
swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a-android
59+
swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android
6060
```
6161

6262
#### 3. Install and configure the Android NDK
@@ -77,7 +77,7 @@ Once you have downloaded and unpacked the NDK, you must link it to the Swift SDK
7777

7878
```console
7979
$ cd ~/Library/org.swift.swiftpm || cd ~/.swiftpm
80-
$ ./swift-sdks/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a-android.artifactbundle/swift-android/scripts/setup-android-sdk.sh
80+
$ ./swift-sdks/swift-DEVELOPMENT-SNAPSHOT-2025-12-17-a_android.artifactbundle/swift-android/scripts/setup-android-sdk.sh
8181
setup-android-sdk.sh: success: ndk-sysroot linked to Android NDK at android-ndk-r27d/toolchains/llvm/prebuilt
8282
```
8383

0 commit comments

Comments
 (0)