{ "version": "0.2.0",
"configurations": [ { "name": "Flutter", "request": "launch", "type": "dart", "program": "lib/main.dart" } ]}{ "version": "0.2.0", "configurations": [ { "name": "Flutter", "request": "launch", "type": "dart" } ]}--
You received this message because you are subscribed to a topic in the Google Groups "Flutter Dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/flutter-dev/s70F__AMBvo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[17:59:25 GMT-0700 (PDT)] [FlutterRun] [Info] Spawning <path to flutter>…
[17:59:25 GMT-0700 (PDT)] [FlutterRun] [Info] .. in <path of project>
…
[17:59:26 GMT-0700 (PDT)] [General] [Error] [FlutterRun] Target file "lib/main.dart" not found.
I'm afraid I don't understand the first thing ("opened folder…"): how would opening my projects folder above this help, when the relative path is definitely wrong?
The second suggestion (logging) produced a log that contains:[17:59:25 GMT-0700 (PDT)] [FlutterRun] [Info] Spawning <path to flutter>…[17:59:25 GMT-0700 (PDT)] [FlutterRun] [Info] .. in <path of project>
…[17:59:26 GMT-0700 (PDT)] [General] [Error] [FlutterRun] Target file "lib/main.dart" not found.
If I concatenate <path of project> with lib/main.dart in my shell, I get the file in question. So this remains just confusing.