# Rust Android Tools
[](https://github.com/dodorare/android-tools-rs/actions)  [](https://crates.io/crates/android-tools) [](https://docs.rs/android-tools/)
Android-related tools for building and developing applications:
| [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).