You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ This plugin allows to manage Android emulators via gradle:
21
21
### Gradle Commands
22
22
| Command | Description |
23
23
| --- | --- |
24
-
|`./gradlew startEmulator [-Pemulator=EMULATOR_NAME] [-PlogcatFile=LOGCAT_NAME] [-Pci]`| Creates the emulator if necessary, then starts it, and disables animations globally. If you configured multiple emulators you need to select which via `-Pemulator`. The logcat file is automatically stored as logcat.txt. An emulator window will be shown by default, unless this runs on Jenkins or `-Pci` is used. |
25
-
|`./gradlew startEmulatorWithAnimations [-Pemulator=EMULATOR_NAME] [-PlogcatFile=LOGCAT_NAME] [-Pci]`| Like `startEmulator` but enables global animations. |
24
+
|`./gradlew startEmulator [-Pemulator=EMULATOR_NAME] [-PlogcatFile=LOGCAT_NAME] [-Pverbose=boolean] [-Pci]`| Creates the emulator if necessary, then starts it, and disables animations globally. If you configured multiple emulators you need to select which via `-Pemulator`. The logcat file is automatically stored as logcat.txt. An emulator window will be shown by default, unless this runs on Jenkins or `-Pci` is used. |
25
+
|`./gradlew startEmulatorWithAnimations [-Pemulator=EMULATOR_NAME] [-PlogcatFile=LOGCAT_NAME] [-Pverbose=boolean] [-Pci]`| Like `startEmulator` but enables global animations. |
26
26
|`./gradlew stopEmulator`| Stops the first emulator it finds. Running multiple emulators at the same time is not supported. |
27
27
|`./gradlew adbDisableAnimationsGlobally`| Turns-off animations of the first running emulator it finds. |
28
28
|`./gradlew adbResetAnimationsGlobally`| Turns-on animations of the first running emulator it finds. |
0 commit comments