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 572d489 commit ccc33eaCopy full SHA for ccc33ea
lib/key-commands/index.ts
@@ -81,7 +81,7 @@ export class ShiftA implements IKeyCommand {
81
return;
82
}
83
84
- this.$childProcess.exec(`${studioPath} ${androidDir}`);
+ this.$childProcess.exec(`"${studioPath}" "${androidDir}"`);
85
} else if (os === "linux") {
86
if (!fs.existsSync(`/usr/local/android-studio/bin/studio.sh`)) {
87
this.$logger.error("Android Studio is not installed");
0 commit comments