Define and run android virtual devices
Project description
avd-compose
Define and run android virtual devices
Install
$ pip3 install --user avd-compose
Usage
$ avd-compose --help
$ avd-compose version
$ cat <<EOF >avd-compose.yml
version: 1
platforms:
- name: My_Nexus_5
avd:
package: "system-images;android-27;google_apis_playstore;x86"
device: Nexus 5
emulator:
- name: My_Nexus_One
avd:
package: "system-images;android-27;google_apis_playstore;x86"
device: Nexus One
emulator:
EOF
$ # Create all of them
$ avd-compose create
$ # Create one of them
$ avd-compose create --name My_Nexus_One
$ # Destroy all of them
$ avd-compose destroy
$ # Destroy one of them
$ avd-compose destroy --name My_Nexus_One
$ avd-compose up --name My_Nexus_5
Examples
Look up the examples directory.
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
avd-compose-0.2.2.tar.gz
(15.9 kB
view hashes)
Built Distribution
Close
Hashes for avd_compose-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acbcb914bb23a1f8b30b1873484e8ca6ed2ac8a869cf42e89ecd29152284c060 |
|
MD5 | f959f19251bdc4235a32886d7f6c14cb |
|
BLAKE2b-256 | cd44560bc3289d71d3db4fb81e8cc8674a9934a1177d1c62a64f7b697e68f00c |