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 a6ef8a9 + deb8c9a commit 4676d23Copy full SHA for 4676d23
lib/commands/update-platform.ts
@@ -25,7 +25,6 @@ export class UpdatePlatformCommand implements ICommand {
25
26
for (const arg of args) {
27
const [ platform, versionToBeInstalled ] = arg.split("@");
28
- this.$platformService.validatePlatformInstalled(platform, this.$projectData);
29
const argsToCheckEnvironmentRequirements: string[] = [ platform ];
30
// If version is not specified, we know the command will install the latest compatible Android runtime.
31
// The latest compatible Android runtime supports Java version, so we do not need to pass it here.
0 commit comments