| Crates.io | roid |
| lib.rs | roid |
| version | 0.1.2 |
| created_at | 2021-10-29 09:01:12.89714+00 |
| updated_at | 2021-11-13 13:38:33.126278+00 |
| description | Android Developer Toolkit |
| homepage | https://github.com/cy6erlion/roid |
| repository | https://github.com/cy6erlion/roid |
| max_upload_size | |
| id | 473853 |
| size | 20,715 |
(
( ( )\ )
)( ( )\ (()/(
(()\ )\((_) ((_))
((_) ((_)(_) _| |
| '_|/ _ \| |/ _` |
|_| \___/|_|\__,_|
roid 0.1.2
Android Developer Toolkit
USAGE:
roid [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
build Build an Android project
device Android device management
help Prints this message or the help of the given subcommand(s)
install Install an APK on a device or emulator
Install with cargo:
$ cargo install roid
Set up a Roid.toml file @ ~/.config/Roid.toml:
# Path to gradle
# defaults to: gradle
gradle = "/usr/bin/gradle"
# Path to Android SDK emulator cli tool:
# defaults to: emulator
emulator = "/home/{user}/Android/Sdk/emulator/emulator"
# Path to ADB
# defaults to: adb
adb = "/usr/bin/adb"
$ roid build --debug
$ roid device --list
$ roid install --apk ./build/outputs/apk/debug/app-debug.apk