Skip to content

HomuHomu833-garbage/android-sdk-custom-experimental

 
 

Repository files navigation

Android SDK Custom

Android SDK Custom is a custom-built Android SDK that replaces the default binaries with musl-based ones built using Zig.

This project is inspired by lzhiyong's Android SDK Tools.


🚀 Features

  • Custom-built binaries, sourced from Google's Android SDK repositories.
  • Built using Zig to provide musl-based toolchains for improved portability and consistency.

🧭 Architecture & Platform Support

🔹 Zig-based Environment

Platforms

  • Linux
  • Android

Architectures

  • X86 Family: x86, x86_64
  • ARM Family: armhf, armeb, aarch64, aarch64_be
  • RISC-V: riscv32, riscv64
  • Other: loongarch64, powerpc64le, s390x

🧰 Usage

This custom SDK works as a drop-in replacement for the standard Android SDK. Simply extract the archive and use it in your build setup just as you would with the official version.


⚖️ License

This project is licensed under the MIT License. See the LICENSE file for more details.


💬 Contributing

Feel free to open pull requests or issues if you have any contributions or feedback!

About

Android SDK built using musl libc, supporting multiple architectures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 40.2%
  • C++ 33.3%
  • CMake 25.3%
  • Python 1.2%