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.
1 parent 0403c15 commit a333f78Copy full SHA for a333f78
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