Skip to content

Commit 07cbdcc

Browse files
Merge pull request #1461 from NativeScript/vladimirov/fix-emulate-command
Fix emulate android command
2 parents c1ecc57 + adbd555 commit 07cbdcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/services/platform-service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ export class PlatformService implements IPlatformService {
464464
emulatorServices.checkAvailability().wait();
465465
emulatorServices.checkDependencies().wait();
466466

467-
let emulatorId = emulatorServices.getEmulatorId().wait();
468-
platformData.platformProjectService.deploy(emulatorId).wait();
469-
470467
if (!this.$options.availableDevices) {
471468
this.buildPlatform(platform, buildConfig).wait();
472469

0 commit comments

Comments
 (0)