A custom-built Android SDK that replaces the default binaries with versions built using musl libc from Zig. Inspired by lzhiyong's Android SDK Tools.
- Custom-built binaries, sourced from Google's Android SDK repositories.
- Uses Zig as a build environment for musl-based toolchains.
- Zig-based Environment
- Supported Platforms:
- Linux
- Android
- Supported Architectures:
- x86:
x86
,x86_64
- ARM:
arm
,armeb
,aarch64
,aarch64_be
- RISC-V:
riscv32
,riscv64
- Other:
loongarch64
,powerpc64le
,s390x
- x86:
- Supported Platforms:
This SDK functions like the standard Android SDK. Simply extract the archive and use it as you would the official version.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to open pull requests or issues if you have any contributions or feedback!