We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1248ae commit 5e93562Copy full SHA for 5e93562
lib/emulator-manager.js
@@ -73,7 +73,7 @@ function launchEmulator(apiLevel, target, arch, profile, cores, ramSize, heapSiz
73
}
74
// start emulator
75
console.log('Starting emulator.');
76
- yield exec.exec(`sh -c \\"${process.env.ANDROID_HOME}/emulator/emulator -avd "${avdName}" ${emulatorOptions} &"`, [], {
+ yield exec.exec(`sh -c \\"${process.env.ANDROID_HOME}/emulator/emulator -avd "${avdName}" ${emulatorOptions} >/dev/null &"`, [], {
77
listeners: {
78
stderr: (data) => {
79
if (data.toString().includes('invalid command-line parameter')) {
0 commit comments