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 0403c15 + a333f78 commit 80af26fCopy full SHA for 80af26f
lib/services/platform-service.ts
@@ -514,6 +514,8 @@ export class PlatformService implements IPlatformService {
514
}
515
516
if (devices.indexOf(this.$options.device) !== -1) {
517
+ this.ensurePlatformInstalled(platform).wait();
518
+
519
let packageFile: string, logFilePath: string;
520
let platformData = this.$platformsData.getPlatformData(platform);
521
let emulatorServices = platformData.emulatorServices;
0 commit comments