Skip to content

Commit

Permalink
Added documentation for additionalSdkManagerArguments args
Browse files Browse the repository at this point in the history
With #161, support was added to pass additional arguments to `sdkmanager` when it installs things like the emulator or system images.
  • Loading branch information
quittle authored Feb 21, 2022
1 parent 9be3ded commit 67d9cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ androidEmulator {
enableForAndroidTests false // Defaults to true
avdRoot '~/.android/avd' // Defaults to be <gradle-build-dir>/android-avd-root
headless true // Defaults to false but should be set to true for most CI systems
additionalSdkManagerArguments '--proxy=http', '--proxy_host=56.78.90.12', '--proxy_port=1234' // Additional arguments to pass to the sdkmanager when used to install dependencies. See https://developer.android.com/studio/command-line/sdkmanager#options for options
additionalEmulatorArguments '-no-snapshot', '-http-proxy=localhost:1234' // Additional arguments to pass to the emulator at startup. See https://developer.android.com/studio/run/emulator-commandline#startup-options for options
logEmulatorOutput true // Defaults to false but can be enabled to have emulator output logged for debugging.
}
Expand Down

0 comments on commit 67d9cf0

Please sign in to comment.