https://github.com/PureSwift/Android
Swift library for Android
https://github.com/PureSwift/Android
android android-ndk java jni jvm kotlin swift
Last synced: about 14 hours ago
JSON representation
Swift library for Android
- Host: GitHub
- URL: https://github.com/PureSwift/Android
- Owner: PureSwift
- License: mit
- Created: 2018-03-21T17:51:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-25T01:44:00.000Z (3 months ago)
- Last Synced: 2026-06-15T20:05:04.033Z (13 days ago)
- Topics: android, android-ndk, java, jni, jvm, kotlin, swift
- Language: Swift
- Homepage:
- Size: 2.75 MB
- Stars: 128
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AndroidKit
Swift bindings to Android SDK (via Java Native Interface) and NDK.
## Compile
Tested against [Skip Tools](https://skip.tools/docs/gettingstarted/#installation)
There is an included example Android application under `/Demo`.
```
cd Demo
./setup.sh
./build-swift.sh
```
Then you can compile the app from the Android IDE.
### See Also
- [AndroidSwiftUI](https://github.com/PureSwift/AndroidSwiftUI) - SwiftUI for Android
- [AndroidBluetooth](https://github.com/PureSwift/AndroidBluetooth) - Swift Bluetooth stack for Android
- [BluetoothLinux](https://github.com/PureSwift/BluetoothLinux) - Pure Swift Linux Bluetooth Stack
- [CoreModel](https://github.com/PureSwift/CoreModel) - Pure Swift ORM