Skip to content

Commit

Permalink
edit README for add new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
trfiladelfo authored and m-ruhl committed Aug 5, 2022
1 parent 3d6322b commit 39e79ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Creates and starts a new Android Emulator (AVD)

With additional features:

* set location
* set demo-mode (great for Screengrab 😀)
- set location
- set demo-mode (great for Screengrab 😀)

## Example

**Available Options:** sdk_dir, package, name, device, port, location, demo_mode, cold_boot
**Available Options:** sdk_dir, package, name, device, port, location, demo_mode, cold_boot, additional_options

```ruby
android_emulator(
Expand All @@ -30,12 +30,14 @@ android_emulator(
demo_mode: true,
sdk_dir: "PATH_TO_SDK",
device: "Nexus 5",
cold_boot: false
cold_boot: false,
additional_options: [
"key=value"
]
)
```

Or you can use it with our [Android SDK Update Plugin](https://github.com/NovaTecConsulting/fastlane-plugin-android_sdk_update)

Or you can use it with our [Android SDK Update Plugin](https://github.com/NovaTecConsulting/fastlane-plugin-android_sdk_update)

```ruby
ENV["AVD_PACKAGE"] = "system-images;android-24;google_apis;x86_64"
Expand All @@ -62,6 +64,7 @@ rake
```

To automatically fix many of the styling issues, use

```
rubocop -a
```
Expand Down

0 comments on commit 39e79ac

Please sign in to comment.