Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Mar 28, 2020
1 parent 0ac3f34 commit eb9e069
Show file tree
Hide file tree
Showing 3 changed files with 2,770 additions and 2,034 deletions.
2 changes: 1 addition & 1 deletion lib/emulator-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading

0 comments on commit eb9e069

Please sign in to comment.