# Rust Android Tools [![Rust](https://github.com/dodorare/android-tools-rs/workflows/CI/badge.svg)](https://github.com/dodorare/android-tools-rs/actions) ![APACHE2 license](https://img.shields.io/badge/License-APACHE2-green.svg) [![Crate Info](https://img.shields.io/crates/v/android-tools.svg)](https://crates.io/crates/android-tools) [![Docs](https://img.shields.io/badge/docs.rs-android_tools-green)](https://docs.rs/android-tools/) Android-related tools for building and developing applications: | Name | Description | Status | | -----: | ----------- | ------------- | | [aapt2](https://developer.android.com/studio/command-line/aapt2) | Android Asset Packaging Tool | ✅ | | [bundletool](https://developer.android.com/studio/command-line/bundletool) | Tool to build an Android App Bundles | ✅ | | [java_tools](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html) | Allows to create keystore and sign JAR files | ✅ | | [emulator](https://developer.android.com/studio/run/emulator-commandline) | Allows to run and manage emulator | 🆗 | | [adb](https://developer.android.com/studio/command-line/adb) | Versatile command-line tool that lets you communicate with a device | 🆗 | ✅ = Works and tested — 🆗 = Works but may contain bugs — 🛠 = Under development ## License Licensed under [Apache-2.0 License](LICENSE).