Define and run android virtual devices
Project description
avd-compose
Define and run android virtual devices
Requirements
- android-studio
- python3.4+
- pip3
Notes
Make sure that the ANDROID_HOME
environment variable is set.
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.5.0.tar.gz
(17.1 kB
view hashes)
Built Distribution
Close
Hashes for avd_compose-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10f33348e13a3f0b57fe9debe70884240362078152f4bd8d27bc233e1c4b1889 |
|
MD5 | 8a645880a926e1f367d28cc5c780a018 |
|
BLAKE2b-256 | 6411c681d609cb2ab6668f5adc58c4783e10dffbbd569c14804a372de2971e74 |