Skip to content

[flutter_tools] FileSystemException Exists failed, path = 'D:\D:\android\app' #104544

Closed
@christopherfujino

Description

@christopherfujino

On stable/3.0.1

flutter --no-color create --template app --description A new Flutter project. --org com.example --platforms android,ios --project-name project_name D:

FileSystemException: Exists failed, path = 'D:\D:\android\app' (OS Error: The filename, directory name, or volume label syntax is incorrect., errno = 123)
at _Directory.existsSync(directory_impl.dart:94)
at ForwardingFileSystemEntity.existsSync(forwarding_file_system_entity.dart:43)
at ErrorHandlingDirectory.existsSync.<anonymous closure>(error_handling_io.dart:497)
at _runSync(error_handling_io.dart:597)
at ErrorHandlingDirectory.existsSync(error_handling_io.dart:496)
at CreateBase.determineTemplateType.exists(create_base.dart:230)
at CreateBase.determineTemplateType(create_base.dart:236)
at CreateCommand._getProjectType(create.dart:170)
at CreateCommand.runCommand(create.dart:210)
at FlutterCommand.verifyThenRunCommand(flutter_command.dart:1342)
at <asynchronous gap>(async)
at FlutterCommand.run.<anonymous closure>(flutter_command.dart:1183)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:150)
at <asynchronous gap>(async)
at CommandRunner.runCommand(command_runner.dart:209)
at <asynchronous gap>(async)
at FlutterCommandRunner.runCommand.<anonymous closure>(flutter_command_runner.dart:281)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:150)
at <asynchronous gap>(async)
at FlutterCommandRunner.runCommand(flutter_command_runner.dart:229)
at <asynchronous gap>(async)
at run.<anonymous closure>.<anonymous closure>(runner.dart:62)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:150)
at <asynchronous gap>(async)
at main(executable.dart:94)
at <asynchronous gap>(async)

Metadata

Metadata

Labels

P2Important issues not at the top of the work listc: crashStack traces logged to the consoletoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions