Update packages.

This commit is contained in:
Yang Chen
2020-03-28 13:46:02 +11:00
committed by Yang
parent 0ac3f34493
commit eb9e069f3f
3 changed files with 2733 additions and 1997 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function launchEmulator(apiLevel, target, arch, profile, emulatorOptions, disabl
console.log('Starting emulator.');
// turn off hardware acceleration on Linux
if (process.platform === 'linux') {
emulatorOptions += '-accel off';
emulatorOptions += ' -accel off';
}
yield exec.exec(`sh -c \\"${process.env.ANDROID_HOME}/emulator/emulator -avd test ${emulatorOptions} &"`, [], {
listeners: {