flutter-intellij
flutter-intellij copied to clipboard
App getting freez after flutter attach for debug
I have implemented flutter as a library in my current project setup.I usually debug the app on physical device with help of flutter attach but after upgrading it to Android Studio Meerkat Feature Drop | 2024.3.2 i am unable to debug the app. Flutter attach making my app freeze
Mobile OS : Android Studio Build: Android Studio Meerkat Feature Drop | 2024.3.2 Version of Gradle Plugin: 8.5.0 Version of Java: Amazon Correto 17.0.12 Version of Flutter: 3.29.3 OS: MacOS sequoia 15.3.2 (24D81)
Hi! Could you run
flutter doctor -v
and share the output?
Thanks!
Flutter (Channel stable, 3.29.3, on macOS 15.3.2 24D81 darwin-arm64, locale en-GB) [1,891ms] • Flutter version 3.29.3 on channel stable at /Users/akshaym/FlutterSdk/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision ea121f8859 (9 weeks ago), 2025-04-11 19:10:07 +0000 • Engine revision cf56914b32 • Dart version 3.7.2 • DevTools version 2.42.3
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [4.1s]
• Android SDK at /Users/akshaym/Library/Android/sdk
• Platform android-36, build-tools 34.0.0
• ANDROID_HOME = /Users/akshaym/Library/Android/sdk
• Java binary at: /Applications/Android Studio 2.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: flutter config --jdk-dir="path/to/jdk".
• Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
• All Android licenses accepted.
[!] Xcode - develop for iOS and macOS (Xcode 16.4) [3.2s] • Xcode at /Applications/Xcode.app/Contents/Developer • Build 16F6 ! CocoaPods 1.15.2 out of date (1.16.2 is recommended). CocoaPods is a package manager for iOS or macOS platform code. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/to/platform-plugins To update CocoaPods, see https://guides.cocoapods.org/using/getting-started.html#updating-cocoapods
[✓] Chrome - develop for the web [30ms] • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.3) [29ms] • Android Studio at /Applications/Android Studio 2.app/Contents • 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 21.0.6+-13368085-b895.109)
[✓] IntelliJ IDEA Community Edition (version 2023.3.2) [28ms] • IntelliJ at /Applications/IntelliJ IDEA CE.app • 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
[✓] VS Code (version 1.93.1) [10ms] • VS Code at /Users/akshaym/Downloads/Visual Studio Code.app/Contents • Flutter extension version 3.110.0
[✓] Connected device (5 available) [6.3s] • iPhone (27) (mobile) • 00008110-000844D12202401E • ios • iOS 18.5 22F76 • iPhone 12 mini (mobile) • F0B41E35-5FF0-4CF0-9FAA-D7A3F34FC944 • ios • com.apple.CoreSimulator.SimRuntime.iOS-17-5 (simulator) • macOS (desktop) • macos • darwin-arm64 • macOS 15.3.2 24D81 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.3.2 24D81 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 137.0.7151.104
[✓] Network resources [474ms] • All expected network resources are available.
Thank you!