https://github.com/bitrise-steplib/steps-create-android-emulator
https://github.com/bitrise-steplib/steps-create-android-emulator
bitrise bitrise-step ci production-code
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitrise-steplib/steps-create-android-emulator
- Owner: bitrise-steplib
- License: mit
- Created: 2016-02-08T14:52:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:19:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T07:51:32.295Z (about 1 year ago)
- Topics: bitrise, bitrise-step, ci, production-code
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Android Emulator
__WARNING:
This step is deprecated, use [AVD Manager](https://github.com/bitrise-steplib/steps-avd-manager) step instead.
Will be removed by 2019-08-25.__
Create Android Emulator
## How to use this Step
Can be run directly with the [bitrise CLI](https://github.com/bitrise-io/bitrise),
just `git clone` this repository, `cd` into it's folder in your Terminal/Command Line
and call `bitrise run test`.
*Check the `bitrise.yml` file for required inputs which have to be
added to your `.bitrise.secrets.yml` file!*
## Run the tests in Docker, with `docker-compose`
You can call `docker-compose run --rm app bitrise run test` to run the test
inside the Bitrise Android Docker image.