0

When running android devices in parallel we can use something like:

./gradlew pixel4api30DebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.aaa.bbb.ccc.Suites.TestSuite -Pandroid.experimental.androidTest.numManagedDeviceShards=3

Typically when running tests via Android Studio we create the emulators and adjust the Memory and Internal Storage values in AVD Manager: enter image description here

Is there a way to adjust these values via command line for the emulators that are spun up when running with gradle managed devices?

reutsey
  • 1,743
  • 1
  • 17
  • 36

0 Answers0