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 c1ecc57 + adbd555 commit 07cbdccCopy full SHA for 07cbdcc
lib/services/platform-service.ts
@@ -464,9 +464,6 @@ export class PlatformService implements IPlatformService {
464
emulatorServices.checkAvailability().wait();
465
emulatorServices.checkDependencies().wait();
466
467
- let emulatorId = emulatorServices.getEmulatorId().wait();
468
- platformData.platformProjectService.deploy(emulatorId).wait();
469
-
470
if (!this.$options.availableDevices) {
471
this.buildPlatform(platform, buildConfig).wait();
472
0 commit comments