Sha256: 77cbab69a2762a184a5577c060d3baf8ed31c7c9b4a9ce45f06380655af1cf98
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# Emulator Control Commandline util to maintain android emulators on headless machines (or just without window in gerneral). # NOT READY FOR PRODUCTION ## WHY? Using the android emulator on CI is painful. For jenkins there is a nice emulator plugin, but unfortunately it is not very reliable, emulators tend to break for no reason and manual cleanup work becomes necessary. This gem makes the emulator scriptable so you have more control what happens with the emulator for CI ## Installation $ gem install emu_ctl ## Usage $ emu_ctl Usage: emu_ctl list prints all available emulators emu_ctl running shows all running emulators emu_ctl kill kills all running emulators emu_ctl launch ID runs the emulator with ID, ID is an integer form the output of `list` emu_ctl targets shows all possible targets and skins, will only display targets with abi emu_ctl new ID SKIN creates a new avd with API level according to ID and skin SKIN check `targets` for possible values (depends on installed sdk packages) Only works for targets with default abi emu_ctl rm ID deletes avd with ID returned in list
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emu_ctl-0.0.2 | README.md |