Skip to content

Commit 3fd6343

Browse files
committed
Add "Announcing the Swift SDK for Android" blog post
1 parent 7275efa commit 3fd6343

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: new-layouts/post
3+
published: true
4+
date: 2025-10-24 10:00:00
5+
title: "Announcing the Swift SDK for Android"
6+
author: joannis
7+
category: "Developer Tools"
8+
---
9+
10+
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+
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).
13+
14+
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+
16+
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+
18+
## Getting Started
19+
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.
21+
22+
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).
23+
24+
The [swift-java project](https://github.com/swiftlang/swift-java) enables you to establish interoperability between Java and Swift. It is both a library and a code generator, enabling you bi-directionally integrate Swift and Java, as well as automatically generate safe and performant bindings. To learn about generating bindings to bring your business logic to Android, check out the [recent talk](https://youtube.com/watch?v=96IQAA7Nl8E&t=982s) by Mads Odgaard.
25+
26+
## Next Steps
27+
28+
This release opens many new opportunities to continue improving these tools. We encourage you to discuss your experiences, ideas, tools and apps on the [Swift Forums](https://forums.swift.org) in the [Android Category](https://forums.swift.org/c/platform/android/115).
29+
30+
The Android workgroup is drafting [a vision document](https://github.com/swiftlang/swift-evolution/pull/2946), currently under review, for directing future work regarding Swift on Android. This vision will outline priority areas and guide community efforts to maximize impact across the ecosystem. In addition, we maintain a [project board](https://github.com/orgs/swiftlang/projects/17) that tracks the status of major efforts.
31+
32+
If you're as excited as we are, join us and help make this ecosystem even better!

0 commit comments

Comments
 (0)