Skip to content

Commit 3446e42

Browse files
Joannisshahmishal
andauthored
Apply suggestions from code review
Co-authored-by: Mishal Shah <[email protected]>
1 parent 3baef45 commit 3446e42

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_posts/2025-10-24-nightly-swift-sdk-for-android.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ date: 2025-10-24 10:00:00
55
title: "Announcing the Swift SDK for Android"
66
author: joannis
77
category: "Developer Tools"
8+
featured-image:
9+
url: 'assets/images/swift-sdk-for-android-blog/[email protected]'
10+
alt: 'Featured blog image with the screenshot of Android Studio with Swift code'
11+
featured-image-dark:
12+
url: 'assets/images/swift-sdk-for-android-blog/[email protected]'
13+
alt: 'Featured blog image with the screenshot of Android Studio with Swift code'
814
---
915

1016
Swift has matured significantly over the past decade — extending from cloud services to Windows applications, browser apps, and microcontrollers. Swift powers apps and services of all kinds, and thanks to its great interoperability, you can share code between many different platforms.
1117

12-
The [Android workgroup](https://www.swift.org/android-workgroup/) is an open group, free for anyone to join, that aims to expand Swift to Android. Today, we are pleased to announce the nightly preview releases of the [Swift SDK for Android](https://www.swift.org/install).
18+
The [Android workgroup](/android-workgroup/) is an open group, free for anyone to join, that aims to expand Swift to Android. Today, we are pleased to announce the nightly preview releases of the [Swift SDK for Android](/install).
1319

1420
This milestone reflects months of effort by the Android workgroup, building on many years of grassroots community effort. With the SDK, developers can begin developing Android applications in Swift, opening new avenues for cross-platform development and accelerating innovation across the mobile ecosystem.
1521

1622
The Swift SDK for Android is available today, bundled with the [Windows installer](https://www.swift.org/install/windows/) or downloadable separately for use on Linux or macOS.
1723

1824
## Getting Started
1925

20-
We've published a [Getting Started guide](https://www.swift.org/documentation/articles/swift-android-getting-started.html) to help you set up your first native Swift code on an Android device. The [Swift for Android Examples](https://github.com/swiftlang/swift-android-examples) help demonstrate end‑to‑end application workflows on Android.
26+
We've published a [Getting Started guide](/documentation/articles/swift-sdk-for-android-getting-started.html) to help you set up your first native Swift code on an Android device. The [Swift for Android Examples](https://github.com/swiftlang/swift-android-examples) help demonstrate end‑to‑end application workflows on Android.
2127

2228
With the Swift SDK for Android, you can now start porting your Swift packages to Android. The [Swift Package Index](https://swiftpackageindex.com) already records 27.9% of packages as [compiling for Android](https://swiftpackageindex.com/blog/adding-wasm-and-android-compatibility-testing).
2329

0 commit comments

Comments
 (0)