android-tools-rs 0.1.1

Android-related tools for building and developing applications 🛠
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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-rs.svg)](https://crates.io/crates/android-tools-rs) [![Docs](https://img.shields.io/badge/docs.rs-android_tools_rs-green)](https://docs.rs/android-tools-rs/)

Android-related tools for building and developing applications:

| Name | Description | Status |
| -----: | ----------- | ------------- |
| [aap2]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 | ✅ |

## License

Licensed under [Apache-2.0 License](LICENSE).