Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter devices not show me devices,help #148107

Closed
cuinfo opened this issue May 10, 2024 · 8 comments
Closed

flutter devices not show me devices,help #148107

cuinfo opened this issue May 10, 2024 · 8 comments
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Comments

@cuinfo
Copy link

cuinfo commented May 10, 2024

Steps to reproduce

On windows 11,
use adb devices command, can get :

C:\Users\Administrator>adb devices
05-10 10:59:32.601 19868 16440 E adb     : adb_trace.cpp:137 Unknown trace flag: off
List of devices attached
emulator-5554   device

then powershell run flutter devices command

run flutter doctor , can get a "!" at "Connected device lsit items"
any idea to resoved the "!"

[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [版本 10.0.22621.2361]
• Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.140
• Edge (web) • edge • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)
!

Actual results

but use flutter devices not find the device emulator-5554
flutter devices

Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Found 3 connected devices:
  Windows (desktop) • windows • windows-x64    • Microsoft Windows [版本 10.0.22621.2361]
  Chrome (web)      • chrome  • web-javascript • Google Chrome 121.0.6167.140
  Edge (web)        • edge    • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)

Run "flutter emulators" to list and start any available device emulators.

If you expected another device to be detected, please run "flutter doctor" to diagnose potential issues. You may also
try increasing the time to wait for connected devices with the "--device-timeout" flag. Visit https://flutter.dev/setup/
for troubleshooting tips.

Logs

adb devices

05-10 10:59:18.651 10304 19072 D adb     : adb_trace.cpp:187 Android Debug Bridge version 1.0.41
05-10 10:59:18.651 10304 19072 D adb     : adb_trace.cpp:187 Version 35.0.1-11580240
05-10 10:59:18.651 10304 19072 D adb     : adb_trace.cpp:187 Installed as C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe
05-10 10:59:18.651 10304 19072 D adb     : adb_trace.cpp:187 Running on Windows 10.0.22621
05-10 10:59:18.651 10304 19072 D adb     : adb_trace.cpp:187
05-10 10:59:18.654 10304 19072 D adb     : commandline.cpp:1646 Using server socket: tcp:5037
05-10 10:59:18.654 10304 19072 D adb     : adb_client.cpp:160 _adb_connect: host:version
05-10 10:59:18.667 10304 19072 D adb     : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:107 writex: fd=2048 len=16 30303063686f73743a76657273696f6e 000chost:version
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=4
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
05-10 10:59:18.667 10304 19072 D adb     : adb_client.cpp:194 _adb_connect: return fd 2048
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=4
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303034 0004
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=4
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303239 0029
05-10 10:59:18.667 10304 19072 D adb     : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
List of devices attached
05-10 10:59:18.667 10304 19072 D adb     : adb_client.cpp:400 adb_query: host:devices
05-10 10:59:18.667 10304 19072 D adb     : adb_client.cpp:358 adb_connect: service: host:devices
05-10 10:59:18.667 10304 19072 D adb     : adb_client.cpp:160 _adb_connect: host:devices
05-10 10:59:18.667 10304 19072 D adb     : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:107 writex: fd=2048 len=16 30303063686f73743a64657669636573 000chost:devices
05-10 10:59:18.667 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=4
05-10 10:59:18.668 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
05-10 10:59:18.668 10304 19072 D adb     : adb_client.cpp:194 _adb_connect: return fd 2048
05-10 10:59:18.668 10304 19072 D adb     : adb_client.cpp:376 adb_connect: return fd 2048
05-10 10:59:18.668 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=4
05-10 10:59:18.668 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303135 0015
05-10 10:59:18.668 10304 19072 D adb     : adb_io.cpp:81 readx: fd=2048 wanted=21
05-10 10:59:18.668 10304 19072 D adb     : adb_io.cpp:97 readx: fd=2048 wanted=21 got=21 656d756c61746f722d35353534096465 emulator-5554.de [truncated]
05-10 10:59:18.668 10304 19072 D adb     : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
emulator-5554   device

flutter devices -v

[ +142 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   +3 ms] Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
[  +39 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +70 ms] executing: C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[ +159 ms] 05-10 11:06:48.876 14812  1828 D adb.exe : adb_trace.cpp:187 Android Debug Bridge version 1.0.41
                    05-10 11:06:48.876 14812  1828 D adb.exe : adb_trace.cpp:187 Version 35.0.1-11580240
                    05-10 11:06:48.876 14812  1828 D adb.exe : adb_trace.cpp:187 Installed as
                    C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe
                    05-10 11:06:48.876 14812  1828 D adb.exe : adb_trace.cpp:187 Running on Windows 10.0.22621
                    05-10 11:06:48.876 14812  1828 D adb.exe : adb_trace.cpp:187
                    05-10 11:06:48.877 14812  1828 D adb.exe : commandline.cpp:1646 Using server socket: tcp:5037
                    05-10 11:06:48.877 14812  1828 D adb.exe : adb_client.cpp:160 _adb_connect: host:version
                    05-10 11:06:48.891 14812  1828 D adb.exe : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:107 writex: fd=2048 len=16
                    30303063686f73743a76657273696f6e 000chost:version
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_client.cpp:194 _adb_connect: return fd 2048
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303034 0004
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
                    05-10 11:06:48.891 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303239 0029
                    05-10 11:06:48.891 14812  1828 D adb.exe : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
                    05-10 11:06:48.892 14812  1828 D adb.exe : adb_client.cpp:400 adb_query: host:devices-l
                    05-10 11:06:48.892 14812  1828 D adb.exe : adb_client.cpp:358 adb_connect: service: host:devices-l
                    05-10 11:06:48.957 14812  1828 D adb.exe : adb_client.cpp:160 _adb_connect: host:devices-l
                    05-10 11:06:48.957 14812  1828 D adb.exe : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
                    05-10 11:06:48.957 14812  1828 D adb.exe : adb_io.cpp:107 writex: fd=2048 len=18
                    30303065686f73743a64657669636573 000ehost:devices [truncated]
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_client.cpp:194 _adb_connect: return fd 2048
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_client.cpp:376 adb_connect: return fd 2048
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303732 0072
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=114
                    05-10 11:06:48.958 14812  1828 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=114 got=114
                    656d756c61746f722d35353534202020 emulator-5554    [truncated]
                    05-10 11:06:48.960 14812  1828 D adb.exe : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
[   +5 ms] Found 3 connected devices:
[  +46 ms]   Windows (desktop) • windows • windows-x64    • Microsoft Windows [版本 10.0.22621.2361]
[        ]   Chrome (web)      • chrome  • web-javascript • Google Chrome 121.0.6167.140
[        ]   Edge (web)        • edge    • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)
[        ] executing: C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[  +70 ms] 05-10 11:06:49.069 20752 16464 D adb.exe : adb_trace.cpp:187 Android Debug Bridge version 1.0.41
           05-10 11:06:49.069 20752 16464 D adb.exe : adb_trace.cpp:187 Version 35.0.1-11580240
           05-10 11:06:49.069 20752 16464 D adb.exe : adb_trace.cpp:187 Installed as
           C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe
           05-10 11:06:49.069 20752 16464 D adb.exe : adb_trace.cpp:187 Running on Windows 10.0.22621
           05-10 11:06:49.069 20752 16464 D adb.exe : adb_trace.cpp:187
           05-10 11:06:49.071 20752 16464 D adb.exe : commandline.cpp:1646 Using server socket: tcp:5037
           05-10 11:06:49.071 20752 16464 D adb.exe : adb_client.cpp:160 _adb_connect: host:version
           05-10 11:06:49.083 20752 16464 D adb.exe : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:107 writex: fd=2048 len=16
           30303063686f73743a76657273696f6e 000chost:version
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:194 _adb_connect: return fd 2048
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303034 0004
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303239 0029
           05-10 11:06:49.083 20752 16464 D adb.exe : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:400 adb_query: host:devices-l
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:358 adb_connect: service: host:devices-l
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:160 _adb_connect: host:devices-l
           05-10 11:06:49.083 20752 16464 D adb.exe : sysdeps_win32.cpp:1040 port 5037 type tcp => fd 2048
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:107 writex: fd=2048 len=18
           30303065686f73743a64657669636573 000ehost:devices [truncated]
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 4f4b4159 OKAY
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:194 _adb_connect: return fd 2048
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_client.cpp:376 adb_connect: return fd 2048
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=4
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=4 got=4 30303732 0072
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:81 readx: fd=2048 wanted=114
           05-10 11:06:49.083 20752 16464 D adb.exe : adb_io.cpp:97 readx: fd=2048 wanted=114 got=114
           656d756c61746f722d35353534202020 emulator-5554    [truncated]
           05-10 11:06:49.083 20752 16464 D adb.exe : sysdeps_win32.cpp:537 adb_close: 2048(lo-client:5037)
[   +1 ms]


           Run "flutter emulators" to list and start any available device emulators.

           If you expected another device to be detected, please run "flutter doctor" to diagnose potential issues. You
may also
           try increasing the time to wait for connected devices with the "--device-timeout" flag. Visit
https://flutter.dev/setup/
           for troubleshooting tips.
[   +5 ms] "flutter devices" took 427ms.
[  +13 ms] Running 0 shutdown hooks
[        ] Shutdown hooks complete
[ +215 ms] exiting with code 0

Flutter Doctor output

flutter doctor -v

Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
[√] Flutter (Channel stable, 3.19.5, on Microsoft Windows [版本 10.0.22621.2361], locale zh-CN)
    • Flutter version 3.19.5 on channel stable at C:\Users\Administrator\dev\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 300451adae (6 weeks ago), 2024-03-27 21:54:07 -0500
    • Engine revision e76c956498
    • Dart version 3.3.3
    • DevTools version 2.31.1
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc3)
    • Android SDK at C:\Users\Administrator\AppData\Local\Android\Sdk
    • Platform android-34, build-tools 35.0.0-rc3
    • ANDROID_HOME = C:\Users\Administrator\AppData\Local\Android\Sdk
    • ANDROID_SDK_ROOT = C:\Users\Administrator\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
    • Java version OpenJDK Runtime Environment (build 17.0.10+0--11572160)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio 生成工具 2019 16.11.30)
    • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools
    • Visual Studio 生成工具 2019 version 16.11.34031.81
    • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2023.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • android-studio-dir = C:\Program Files\Android\Android Studio
    • Java version OpenJDK Runtime Environment (build 17.0.10+0--11572160)

[√] IntelliJ IDEA Ultimate Edition (version 2023.2)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2023.2.2
    • Flutter plugin version 76.3.4
    • Dart plugin version 232.9559.10

[√] VS Code (version 1.89.0)
    • VS Code at C:\Users\Administrator\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.88.0

[√] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [版本 10.0.22621.2361]
    • Chrome (web)      • chrome  • web-javascript • Google Chrome 121.0.6167.140
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)
    !

[√] Network resources
    • All expected network resources are available.

• No issues found!

@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 10, 2024
@darshankawar
Copy link
Member

@cuinfo
From your flutter devices -v log, I see that the devices are being detected properly:

[ +5 ms] Found 3 connected devices:
[ +46 ms] Windows (desktop) • windows • windows-x64 • Microsoft Windows [版本 10.0.22621.2361]
[ ] Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.140
[ ] Edge (web) • edge • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)

And same with your flutter doctor -v output as well. What's the exact issue are you trying to report ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 10, 2024
@cuinfo
Copy link
Author

cuinfo commented May 10, 2024

@cuinfo From your flutter devices -v log, I see that the devices are being detected properly:

[ +5 ms] Found 3 connected devices:
[ +46 ms] Windows (desktop) • windows • windows-x64 • Microsoft Windows [版本 10.0.22621.2361]
[ ] Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.140
[ ] Edge (web) • edge • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)

And same with your flutter doctor -v output as well. What's the exact issue are you trying to report ?

1 . there have a “!” , when flutter doctor
[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [版本 10.0.22621.2361]
• Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.140
• Edge (web) • edge • web-javascript • Microsoft Edge 92.0.902.67 (unsupported)
!
2. ”emulator-5554 device ” not find when execute flutter devices ? and the log execute adb devices 2 times.

why "adb devices" can find the devices "emulator-5554", but flutter devices can not show it

When I link to a real physical device, the problem is the same and I don't know how to solve it。
This way, I won't be able to connect to my device using Flutter, and the issue with idea or vscode is the same。

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 10, 2024
@cuinfo
Copy link
Author

cuinfo commented May 10, 2024

image
the same path
image

@darshankawar
Copy link
Member

Is this occuring while you are running commands inside from IDE ?
If you try from command line directly outside of IDE, do you get same behavior ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 10, 2024
@cuinfo
Copy link
Author

cuinfo commented May 11, 2024

Is this occuring while you are running commands inside from IDE ? If you try from command line directly outside of IDE, do you get same behavior ?

yes, outside of idea ,same behavior , What should I do?

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 11, 2024
@darshankawar
Copy link
Member

Check this and see if it helps in your case or not.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 13, 2024
Copy link

github-actions bot commented Jun 3, 2024

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now.
If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones.
Thanks for your contribution.

@github-actions github-actions bot closed this as completed Jun 3, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds
Projects
None yet
Development

No branches or pull requests

2 participants