Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class AndroidVirtualDeviceService
private getConfigurationError(): string {
const pathToEmulatorExecutable = this.$hostInfo.isWindows
? `${this.pathToEmulatorExecutable}.exe`
: this.pathToAndroidExecutable;
: this.pathToEmulatorExecutable;
if (!this.$fs.exists(pathToEmulatorExecutable)) {
return "Unable to find the path to emulator executable and will not be able to start the emulator. Searched paths: [$ANDROID_HOME/tools/emulator, $ANDROID_HOME/emulator/emulator]";
}
Expand Down