Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
When I install Flutter in the android studio. It only shows Flutter outline. Flutter Inspector is disabled and I unable to open it.

Please help me for the same I want to see and learn the preview of activities. I am attaching the screenshot for the same.
Android Studio (version 3.3)
• Flutter plugin version 34.0.1
• Dart plugin version 182.5215
The inspector and memory profiler should be available when a Flutter app is running. I can't tell from the screenshot if it is. Try restarting your app. If that doesn't help please append the output of flutter doctor -v.
/cc @jacob314
Without additional information we're unfortunately not sure how to resolve this issue. We're going to close this bug for now, but please don't hesitate to comment on the bug if you have any more information for us; we're happy to reopen. Thanks for your contribution!
I am experiencing the same issue: the flutter inspector won't appear. It is not even possible to select it in the Tool Window http://prntscr.com/np3vlt
Flutter version 1.5.4-hotfix.2
Framework revision 7a4c33425d
Engine revision 52c7a1e849
Dart version 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
I've the exact same problem,
I'm running Windows 10 Pro and have an Android app started on an emulator. The Flutter Inspector seems to be disabled.
When starting the app I get this result in the console:
```Launching lib\main.dart on Android SDK built for x86 in debug mode...
Initializing gradle...
Resolving dependencies...
Running Gradle task 'assembleDebug'...
Built build\app\outputs\apk\debug\app-debug.apk.
Installing build\app\outputs\apk\app.apk...
Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:54783/9ycl9WsP0Eo=/ws
Maybe this is related?
Flutter doctor command result
```flutter doctor --verbose
[√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft Windows [Version 10.0.18362.116], locale en-DK)
• Flutter version 1.5.4-hotfix.2 at C:\src\flutter
• Framework revision 7a4c33425d (5 weeks ago), 2019-04-29 11:05:24 -0700
• Engine revision 52c7a1e849
• Dart version 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\src\Android\Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-Q, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
• All Android licenses accepted.
[√] Android Studio (version 3.4)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 35.3.1
• Dart plugin version 183.6270
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
[!] VS Code (version 1.34.0)
• VS Code at C:\Users\Stefan Bols\AppData\Local\Programs\Microsoft VS Code
X Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 10 (API 28) (emulator)
! Doctor found issues in 1 category.
CC: @stevemessick, @jacob314
Update
Seems to be related to the emulator. The error occurs on the emulator.
Emulator 1 (with error):
Nexus 6, Q
Emulated Performance, graphics: Hardware
Emulator 2 (without error)
Nexus 5X, Pie
Emulated Performance, graphics: Auto
Tried to change Emulator settings from hardware acceleration to auto. Didn't work.
Anyway, I found a workaround and will continue for now.
CC: @DevToDipesh
@StefanBols And which is that workaround? did you use an real device? because I ran my code in one and the Flutter inspector is still disabled.
android studio -> preferences -> languages & frameworks -> flutter -> App Execution ->Open Flutter Inspector view on launch
or View -> Tool Window and check if its there
@StefanBols And which is that workaround? did you use an real device? because I ran my code in one and the Flutter inspector is still disabled.
@GasparPizarro I just created a new emulator with "Emulated Performance" setting set to "Auto" and the SDK as Pie instead og Q. Then it worked for me.
@StefanBols And which is that workaround? did you use an real device? because I ran my code in one and the Flutter inspector is still disabled.
@GasparPizarro I just created a new emulator with "Emulated Performance" setting set to "Auto" and the SDK as Pie instead of Q. Then it worked for me.
This worked for me; flutter inspector tab finally activated
you have to just wipe data by right clicking on emulator in avd manager
"I just created a new emulator with "Emulated Performance" setting set to "Auto" and the SDK as Pie instead of Q. Then it worked for me" doesn't work ,Flutter inspector still not showing.
okay I think I found the solution, I think the problem is android studio does not detect flutter run in the terminal.
using the green play button or shift + F10 fixed this for me.
Most helpful comment
android studio -> preferences -> languages & frameworks -> flutter -> App Execution ->Open Flutter Inspector view on launch
or View -> Tool Window and check if its there