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.
2 parents c1b89dc + 05d610e commit e55fd8cCopy full SHA for e55fd8c
lib/services/platform-service.ts
@@ -286,7 +286,10 @@ export class PlatformService implements IPlatformService {
286
emulatorServices.checkDependencies().wait();
287
288
if(!options.availableDevices) {
289
+ var cachedEmulatorOption = options.emulator;
290
+ options.emulator = true;
291
this.buildPlatform(platform).wait();
292
+ options.emulator = cachedEmulatorOption;
293
294
var packageFile = this.getLatestApplicationPackageForEmulator(platformData).wait().packageName;
295
this.$logger.out("Using ", packageFile);
0 commit comments