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: documentations/CUSTOM_CONFIGURATIONS.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,5 +57,18 @@ Possible environment variable to configure the Emulator:
57
57
58
58
The user can also pass needed arguments to android emulator through environment variable ***EMULATOR_ADDITIONAL_ARGS***. Please check [this page](https://developer.android.com/studio/run/emulator-commandline) for possible arguments that can be passed.
59
59
60
+
EMULATOR - OVERRIDE CONFIG FILE
61
+
-------------------------------
62
+
63
+
To utilize this feature, ensure the following setup:
64
+
65
+
- Set the config file path into environment variable EMULATOR_CONFIG_PATH, eg. `/tmp/emulator-override-config.ini` (the file name doesn't matter)
66
+
- Mount the file as Docker volume (parameter `-v` for Docker run command) to the path as you set into ENV
0 commit comments