flutter / flutter/flutter-intellij

Flutter Inspector is not available in my Android Studio workspace

Open
#8,254 7 comments 1 reaction 1 assignee Claimed by @helin24 View on GitHub
devtools-integration P2 topic-debugging
Dominant language
Java
Stars
2k
Forks
356
Avg merge
1d 11h
Merged PRs (30d)
27

Description

I have one Dart package project, one Flutter package project and two Flutter application projects.

Folder structure:

```
MyWorkSpace
├── .idea
├── dart_package
├── flutter_package
├── flutter_app1
└── flutter_app2
```

Dependency diagram:
```mermaid
erDiagram
dart_package ||--o{ flutter_package : depends
dart_package ||--o{ flutter_app1 : depends
flutter_package ||--o{ flutter_app1 : depends
flutter_package ||--o{ flutter_app2 : depends
dart_package ||--o{ flutter_app2 : depends
flutter_app1
flutter_app2

```
Here is a minimal demo:

[MyWorkSpace.zip](https://github.com/user-attachments/files/20636182/MyWorkSpace.zip)

Each project have its own git repo. I want coding these projects in one workspace, so I use Android Studio to open `MyWorkSpace` folder and start debug `flutter_app1`, most of Flutter tools are working well, but Flutter Inspector is disabled.

![Image](https://github.com/user-attachments/assets/e1a22e82-2555-4bd7-a0c7-946914db415b)

Flutter plugin: 85.3.1
Dart plugin: 243.26753.1

flutter doctor:
```
[✓] Flutter (Channel stable, 3.32.1, on macOS 15.4 24E248 darwin-arm64, locale zh-Hans-TW)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 16.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.3)
[✓] VS Code (version 1.99.0)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!

```
flutter --version
```
Flutter 3.32.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b25305a883 (8 days ago) • 2025-05-29 10:40:06 -0700
Engine • revision 1425e5e9ec (9 days ago) • 2025-05-28 14:26:27 -0700
Tools • Dart 3.8.1 • DevTools 2.45.1

```
Android Studio
```
Android Studio Meerkat Feature Drop | 2024.3.2 Patch 1
Build #AI-243.26053.27.2432.13536105, built on May 22, 2025
Runtime version: 21.0.6+-13368085-b895.109 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.4
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 14
Metal Rendering is ON
Registry:
vcs.log.index.enable=true
ide.experimental.ui=true
Non-Bundled Plugins:
Key Promoter X (2024.2.2)
Dart (243.26753.1)
com.localizely.flutter-intl (1.18.8-2024.2)
mobi.hsz.idea.gitignore (4.5.6)
io.flutter (85.3.1)
de.mariushoefler.flutter_enhancement_suite (1.7.0)
cn.yiiguxing.plugin.translate (3.7.3)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.