https://github.com/dodorare/android-tools-rs
Android-related tools for building and developing applications ðŸ›
https://github.com/dodorare/android-tools-rs
android-sdk android-studio rust-lang
Last synced: 7 months ago
JSON representation
Android-related tools for building and developing applications ðŸ›
- Host: GitHub
- URL: https://github.com/dodorare/android-tools-rs
- Owner: dodorare
- License: apache-2.0
- Created: 2021-12-01T20:40:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T09:56:15.000Z (over 3 years ago)
- Last Synced: 2025-05-30T02:49:26.318Z (8 months ago)
- Topics: android-sdk, android-studio, rust-lang
- Language: Rust
- Homepage:
- Size: 1.18 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
| 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).