IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Visual Studio Code Discussion :

[VS CODE] Flutter Daemon failed to Start


Sujet :

Visual Studio Code

  1. #1
    Invité
    Invité(e)
    Par défaut [VS CODE] Flutter Daemon failed to Start
    Bonjour.

    Depuis peu, à l'ouverture d'un projet Flutter avec VSCode, j'ai cette erreur "Flutter Daemon failed to Start" qui apparaît

    Avant de poser ma question, j'ai pourtant réinstallé Android Studio, VSCode et les extensions Dart et Flutter associées + mis à jour mes variables d'environnement + Git + flutter pub get mais toujours le même forum.

    Ca n'est pas faute d'avoir parcouru forums, mais là aussi, sans succès.

    Pourriez-vous m'aider à résoudre cette erreur ?

    Merci d'avance.

    FICHIER LOG :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
     
    [18:29:22] [Analyzer] [Info] <== Content-Length: 185
    Content-Type: application/vscode-jsonrpc; charset=utf-8
    [18:29:22] [Analyzer] [Info] <== {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/android/app/src/debug/AndroidManifest.xml"}}Content-Length: 184
    Content-Type: application/vscode-jsonrpc; charset=utf-8
    [18:29:22] [Analyzer] [Info] <== {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/android/app/src/main/AndroidManifest.xml"}}Content-Length: 187<br>Content-Type: application/vscode-jsonrpc; charset=utf-8
     
    {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/android/app/src/profile/AndroidManifest.xml"}}Content-Length: 165<br>Content-Type: applicatio…
    [18:29:22] [Analyzer] [Info] <== {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/pubspec.yaml"}}Content-Length: 97<br>Content-Type: application/vscode-jsonrpc; charset=utf-8
     
    {"id":3,"jsonrpc":"2.0","method":"window/workDoneProgress/create","params":{"token":"ANALYZING"}}
    [18:29:22] [Analyzer] [Info] ==> Content-Length: 72
    [18:29:22] [Analyzer] [Info] ==> {"jsonrpc":"2.0","id":3,"result":null,"clientRequestTime":1676741362863}
    [18:29:23] [Analyzer] [Info] <== Content-Length: 118
    Content-Type: application/vscode-jsonrpc; charset=utf-8
    [18:29:23] [Analyzer] [Info] <== {"jsonrpc":"2.0","method":"$/progress","params":{"token":"ANALYZING","value":{"kind":"begin","title":"Analyzing…"}}}
    [18:29:23] [General] [Info] Returning cached results for project search
    [18:29:24] [Analyzer] [Info] <== Content-Length: 157
    Content-Type: application/vscode-jsonrpc; charset=utf-8
     
    {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/lib/main.dart"}}<br>[18:29:24] [Analyzer] [Info] <== Content-Length: 165
    Content-Type: application/vscode-jsonrpc; charset=utf-8
    [18:29:24] [Analyzer] [Info] <== {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///c:/Users//StudioProjects/MyProject/test/widget_test.dart"}}<br>[18:29:24] [Analyzer] [Info] <== Content-Length: 93
    Content-Type: application/vscode-jsonrpc; charset=utf-8
     
    {"jsonrpc":"2.0","method":"$/progress","params":{"token":"ANALYZING","value":{"kind":"end"}}}
    [18:29:24] [General] [Info] Analyzer:FirstAnalysis timing: 1407ms
    [18:29:27] [General] [Info] Performing silent extension reload...
    [18:29:27] [Analyzer] [Info] ==> Content-Length: 78
    [18:29:27] [Analyzer] [Info] ==> {"jsonrpc":"2.0","id":1,"method":"shutdown","clientRequestTime":1676741367868}
    [18:29:27] [General] [Info] Searching for SDKs...
    [18:29:27] [General] [Info] Environment PATH:
    [18:29:27] [General] [Info]     C:\Users\\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\local\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]     C:\Users\\bin
    [18:29:27] [General] [Info]     C:\WINDOWS
    [18:29:27] [General] [Info]     C:\WINDOWS\system32
    [18:29:27] [General] [Info]     C:\WINDOWS\System32\Wbem
    [18:29:27] [General] [Info]     C:\WINDOWS\system32\WindowsPowerShell\v1.0
    [18:29:27] [General] [Info]     C:\Program Files (x86)\Common Files\Oracle\Java\javapath
    [18:29:27] [General] [Info]     D:\Logiciels\nodejs
    [18:29:27] [General] [Info]     C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]     C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin\git.exe
    [18:29:27] [General] [Info]     D:\Logiciels\Git\cmd\git.exe
    [18:29:27] [General] [Info]     C:\Users\\AppData\Local\Programs\Python\Python311\Scripts
    [18:29:27] [General] [Info]     C:\Users\\AppData\Local\Programs\Microsoft VS Code\bin
    [18:29:27] [General] [Info]     C:\flutter\bin
    [18:29:27] [General] [Info]     D:\Logiciels\nodejs
    [18:29:27] [General] [Info]     C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]     C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]     C:\flutter\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Microsoft VS Code\bin
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin\vendor_perl
    [18:29:27] [General] [Info]     D:\Logiciels\Git\usr\bin\core_perl
    [18:29:27] [General] [Info] Returning cached results for project search
    [18:29:27] [General] [Info] Found Flutter project at C:\Users\\StudioProjects\MyProject:<br>            Mobile? true
                Web? false
                Create Trigger? false
                Flutter Repo? false
    [18:29:27] [General] [Info] Searching for flutter.bat
    [18:29:27] [General] [Info]     Looking for flutter.bat in:
    [18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject<br>
    [18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject\bin<br>[18:29:27] [General] [Info]         C:\flutter\bin\
    [18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject\.flutter<br>[18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject\.flutter\bin<br>[18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject\vendor\flutter<br>[18:29:27] [General] [Info]         C:\Users\\StudioProjects\MyProject\vendor\flutter\bin<br>[18:29:27] [General] [Info]         C:\Users\\flutter-sdk
    [18:29:27] [General] [Info]         C:\Users\\flutter-sdk\bin
    [18:29:27] [General] [Info]         /google/flutter
    [18:29:27] [General] [Info]         \google\flutter\bin
    [18:29:27] [General] [Info]         C:\Users\\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\local\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         C:\Users\\bin
    [18:29:27] [General] [Info]         C:\WINDOWS
    [18:29:27] [General] [Info]         C:\WINDOWS\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\system32
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\System32\Wbem
    [18:29:27] [General] [Info]         C:\WINDOWS\System32\Wbem\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\WindowsPowerShell\v1.0
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\WindowsPowerShell\v1.0\bin
    [18:29:27] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath
    [18:29:27] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath\bin
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\git.exe
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\git.exe\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\cmd\git.exe
    [18:29:27] [General] [Info]         D:\Logiciels\Git\cmd\git.exe\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\Scripts
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\Scripts\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Microsoft VS Code\bin
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\bin
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Microsoft VS Code\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\vendor_perl
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\vendor_perl\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\core_perl
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\core_perl\bin
    [18:29:27] [General] [Info]     Found at:
    [18:29:27] [General] [Info]         C:\flutter\bin\
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]     Candidate paths to be post-filtered:
    [18:29:27] [General] [Info]         C:\flutter
    [18:29:27] [General] [Info]         C:\flutter
    [18:29:27] [General] [Info]         C:\flutter
    [18:29:27] [General] [Info]     Found at C:\flutter
    [18:29:27] [General] [Info]     Returning SDK path C:\flutter for flutter.bat
    [18:29:27] [General] [Info] Searching for dart.exe
    [18:29:27] [General] [Info]     Looking for dart.exe in:
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
    [18:29:27] [General] [Info]         C:\Users\\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\local\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\mingw64\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin
    [18:29:27] [General] [Info]         C:\Users\\bin
    [18:29:27] [General] [Info]         C:\WINDOWS
    [18:29:27] [General] [Info]         C:\WINDOWS\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\system32
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\System32\Wbem
    [18:29:27] [General] [Info]         C:\WINDOWS\System32\Wbem\bin
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\WindowsPowerShell\v1.0
    [18:29:27] [General] [Info]         C:\WINDOWS\system32\WindowsPowerShell\v1.0\bin
    [18:29:27] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath
    [18:29:27] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath\bin
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\git.exe
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\git.exe\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\cmd\git.exe
    [18:29:27] [General] [Info]         D:\Logiciels\Git\cmd\git.exe\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\Scripts
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\Scripts\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Microsoft VS Code\bin
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs
    [18:29:27] [General] [Info]         D:\Logiciels\nodejs\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm
    [18:29:27] [General] [Info]         C:\Users\\AppData\Roaming\npm\bin
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311
    [18:29:27] [General] [Info]         C:\Users\\AppData\Local\Programs\Python\Python311\bin
    [18:29:27] [General] [Info]         C:\flutter\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Microsoft VS Code\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\vendor_perl
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\vendor_perl\bin
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\core_perl
    [18:29:27] [General] [Info]         D:\Logiciels\Git\usr\bin\core_perl\bin
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
    [18:29:27] [General] [Info]     Found at:
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
    [18:29:27] [General] [Info]     Candidate paths to be post-filtered:
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk
    [18:29:27] [General] [Info]         C:\flutter\bin\cache\dart-sdk
    [18:29:27] [General] [Info]     Found at C:\flutter\bin\cache\dart-sdk
    [18:29:27] [General] [Info]     Returning SDK path C:\flutter\bin\cache\dart-sdk for dart.exe
    [18:29:27] [General] [Info] !! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!
     
    Dart Code extension: 3.58.0
    Flutter extension: 3.58.0 (activated)
     
    App: Visual Studio Code
    Version: 1.75.1
    Platform: win
     
    Workspace type: Flutter
    Analyzer type: LSP
    Multi-root?: false
     
    Dart SDK:
        Loc: C:\flutter\bin\cache\dart-sdk
        Ver: 2.19.2
    Flutter SDK:
        Loc: C:\flutter
        Ver: 3.7.3
     
    HTTP_PROXY: undefined
    NO_PROXY: undefined
    [18:29:27] [FlutterDaemon] [Info] Spawning C:\flutter\bin\flutter.bat with args ["daemon"]
    [18:29:27] [FlutterDaemon] [Info] ..  in C:\flutter
    [18:29:27] [FlutterDaemon] [Info] ..  with {"toolEnv":{"FLUTTER_HOST":"VSCode","PUB_ENVIRONMENT":"vscode.dart-code"}}
    [18:29:27] [FlutterDaemon] [Info]     PID: 12900
    [18:29:27] [FlutterDaemon] [Info] ==> [{"id":"1","method":"emulator.getEmulators"}]
    [18:29:27] [Analyzer] [Info] Spawning C:\flutter\bin\cache\dart-sdk\bin\dart.exe with args ["language-server","--protocol=lsp","--client-id=VS-Code","--client-version=3.58.0"]
    [18:29:27] [Analyzer] [Info]     PID: 5956
    [18:29:27] [General] [Info] Returning cached results for project search
    [18:29:27] [General] [Info] Activating Flutter extension for Flutter project...
    [18:29:27] [General] [Info] Extension:Startup timing: 58ms
    [18:29:27] [DevTools] [Info] Spawning C:\flutter\bin\cache\dart-sdk\bin\dart.exe with args ["devtools","--machine","--try-ports","10","--allow-embedding","--port","9100"]
    [18:29:27] [DevTools] [Info] ..  with {"toolEnv":{"FLUTTER_HOST":"VSCode","PUB_ENVIRONMENT":"vscode.dart-code"}}
    [18:29:27] [DevTools] [Info]     PID: 12900
    [18:29:27] [General] [Info] Version last used for Pub is 2.19.2 (2.19.0), current is 2.19.2 (2.19.0)
    [18:29:27] [General] [Info] Found 0 folders requiring "pub get" or "pub upgrade":
    [18:29:27] [General] [Info] Done!
    [18:29:27] [General] [Info] !! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!
     
    Dart Code extension: 3.58.0
    Flutter extension: 3.58.0 (activated)
     
    App: Visual Studio Code
    Version: 1.75.1
    Platform: win
     
    Workspace type: Flutter
    Analyzer type: LSP
    Multi-root?: false
     
    Dart SDK:
        Loc: C:\flutter\bin\cache\dart-sdk
        Ver: 2.19.2
    Flutter SDK:
        Loc: C:\flutter
        Ver: 3.7.3
     
    HTTP_PROXY: undefined
    NO_PROXY: undefined
    [18:29:27] [Analyzer] [Info] ==> Content-Length: 6381
    [18:29:27] [Analyzer] [Info] ==> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":12900,"clientInfo":{"name":"Visual Studio Code","version":"1.75.1"},"locale":"fr","rootPath":"c:\\Users\\\\StudioProjects\\MyProject","rootUri":"file:///c%3A/Users//StudioProjects/MyProject","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional","normalizesLineEndings":true,"changeAnnotationSuppo…
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
     
     
    [18:29:27] [Analyzer] [Info] <== Content-Length: 38
    Content-Type: application/vscode-jsonrpc; charset=utf-8
     
    {"id":1,"jsonrpc":"2.0","result":null}
    [18:29:27] [DevTools] [Info] Process C:\flutter\bin\cache\dart-sdk\bin\dart.exe terminated! null, SIGTERM
    [18:29:28] [Analyzer] [Info] ==> Content-Length: 67
    [18:29:28] [Analyzer] [Info] ==> {"jsonrpc":"2.0","method":"exit","clientRequestTime":1676741368016}
    [18:29:28] [General] [Info] Loaded 20000 from vscode-userdata:/c%3A/Users//AppData/Roaming/Code/User/globalStorage/dart-code.dart-code/package_cache.json
    [18:29:28] [FlutterDaemon] [Info] <== Error: Unable to find git in your PATH.
    Images attachées Images attachées  

  2. #2
    Membre Expert
    Profil pro
    Inscrit en
    Septembre 2010
    Messages
    1 503
    Détails du profil
    Informations personnelles :
    Âge : 46
    Localisation : France

    Informations forums :
    Inscription : Septembre 2010
    Messages : 1 503
    Par défaut
    Tu as d'autres messages qui sont présent dans l'Event log d'android Studio ?
    (tu as testé les solutions de ce post SO https://stackoverflow.com/questions/...ailed-to-start )

Discussions similaires

  1. [Centreon] MySQL Daemon failed to start
    Par lorenzo8769 dans le forum Administration
    Réponses: 1
    Dernier message: 20/12/2014, 13h19
  2. workflow failed on start
    Par ahmedmido dans le forum SharePoint
    Réponses: 5
    Dernier message: 04/02/2009, 22h31
  3. Réponses: 8
    Dernier message: 23/04/2008, 14h04
  4. Réponses: 1
    Dernier message: 30/01/2008, 23h10
  5. Réponses: 0
    Dernier message: 22/07/2007, 18h42

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo