You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alt: 'Featured blog image with the screenshot of Android Studio with Swift code'
8
14
---
9
15
10
16
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.
11
17
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).
13
19
14
20
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.
15
21
16
22
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.
17
23
18
24
## Getting Started
19
25
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.
21
27
22
28
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).
0 commit comments