-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Labels
Milestone
Description
Steps to Reproduce
- On Windows 11, create a Dev Drive (let's call it D: here)
- Mount D: to a subfolder of C: (for example C:\Projects)
- Create a project in D:\my-great-flutter-project
- Open it in Android Studio using the path C:\Projects\my-great-flutter-project
- Try to debug the app with breakpoints -> doesn't work and breakpoints are shown as π« :(
- Open it in Android Studio using the path D:\my-great-flutter-project
- Try to debug the app with breakpoints -> works :)
Version info
Flutter Doctor output
[β] Flutter (Channel stable, 3.19.1, on Microsoft Windows [Version 10.0.22631.3374], locale
en-GB)
β’ Flutter version 3.19.1 on channel stable at C:\Users\miche\fvm\versions\3.19.1
β’ Upstream repository https://github.com/flutter/flutter.git
β’ Framework revision abb292a07e (7 weeks ago), 2024-02-20 14:35:05 -0800
β’ Engine revision 04817c99c9
β’ Dart version 3.3.0
β’ DevTools version 2.31.1
[β] Windows Version (Installed version of Windows is version 10 or higher)
[β] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
β’ Android SDK at C:\development\Android\Sdk
β’ Platform android-34, build-tools 34.0.0
β’ ANDROID_HOME = C:\development\Android\Sdk
β’ Java binary at: C:\Users\miche\AppData\Local\Programs\Android Studio\jbr\bin\java
β’ Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
β’ All Android licenses accepted.
[β] Chrome - develop for the web (Cannot find Chrome executable at
.\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[!] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.9.4)
β’ Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
β’ Visual Studio Community 2022 version 17.9.34714.143
β’ Windows 10 SDK version 10.0.22621.0
β Visual Studio is missing necessary components. Please re-run the Visual Studio installer
for the "Desktop development with C++" workload, and include these components:
MSVC v142 - VS 2019 C++ x64/x86 build tools
- If there are multiple build tool versions available, install the latest
C++ CMake tools for Windows
Windows 10 SDK
[β] Android Studio (version 2023.2)
β’ Android Studio at C:\Users\miche\AppData\Local\Programs\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
β’ Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
[β] Connected device (3 available)
β’ SM G991B (mobile) β’ R3CR403EPAV β’ android-arm64 β’ Android 14 (API 34)
β’ Windows (desktop) β’ windows β’ windows-x64 β’ Microsoft Windows [Version
10.0.22631.3374]
β’ Edge (web) β’ edge β’ web-javascript β’ Microsoft Edge 123.0.2420.81
[β] Network resources
β’ All expected network resources are available.
! Doctor found issues in 2 categories.
Additional notes
- I am using FVM; I am not sure it's relevant to the problem, I don't think it is but I wanted to mention it regardless.
- Potentially related? Project opened through a symlink do not have functional breakpointsΒ #6196