flutter-intellij
flutter-intellij copied to clipboard
"Hot Reload" hotkey not working
Steps to Reproduce
Upgraded my version of flutter and android studio to the latest and the hot reload hotkey isn't working. Ctrl + \ does nothing, but Ctrl + Shift + \ (hot restart) still works.
Version info
[√] Flutter (Channel stable, 3.16.5, on Microsoft Windows [Version 10.0.19045.3803], locale en-US) • Flutter version 3.16.5 on channel stable at C:\Users\User\StudioProjects\Resources\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 78666c8dc5 (9 days ago), 2023-12-19 16:14:14 -0800 • Engine revision 3f3e560236 • Dart version 3.2.3 • DevTools version 2.28.4
[√] Windows Version (Installed version of Windows is version 10 or higher)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
• Android SDK at C:\Users\User\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop Windows apps X Visual Studio not installed; this is necessary to develop Windows apps. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2023.1) • 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 • Java version OpenJDK Runtime Environment (build 17.0.7+0-b2043.56-10550314)
[√] VS Code (version 1.81.0) • VS Code at C:\Users\User\AppData\Local\Programs\Microsoft VS Code • Flutter extension can be installed from: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (4 available) • CK65 (mobile) • 21271D877E • android-arm64 • Android 11 (API 30) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19045.3803] • Chrome (web) • chrome • web-javascript • Google Chrome 120.0.6099.111 • Edge (web) • edge • web-javascript • Microsoft Edge 120.0.2210.91
[√] Network resources • All expected network resources are available.
I faced this problem too and solved it. I thought the problem was caused by something else using the same shortcut (Ctrl+/), so when I pressed the keys, the Hot reload command did not respond even though it was running from the GUI of Android Studio, and this was true, so the problem is with the keymap.
Solution steps:
1. Go to Settings>Keymap then search for hot reload (as shown in the picture below)
2. Double-click on it then choose “Add Keyboard Shortcut”
3. Then when the window appears, make sure that the shortcut is Ctrl+/, then when you press the OK button, a warning will appear that there is another shortcut that uses the same keys, remove it for this action (you can remove it now and change it later from the previous window if you want, I removed it, and if I need it I will search for it again and give it a different new shortcut value).
4. It's working now 🔥✨
I faced this problem too and solved it. I thought the problem was caused by something else using the same shortcut (Ctrl+/), so when I pressed the keys, the Hot reload command did not respond even though it was running from the GUI of Android Studio, and this was true, so the problem is with the keymap.
Solution steps:
1. Go to
Settings>Keymapthen search forhot reload(as shown in the picture below)
2. Double-click on it then choose “Add Keyboard Shortcut”
3. Then when the window appears, make sure that the shortcut is
Ctrl+/, then when you press the OK button, a warning will appear that there is another shortcut that uses the same keys, remove it for this action (you can remove it now and change it later from the previous window if you want, I removed it, and if I need it I will search for it again and give it a different new shortcut value).
4. It's working now 🔥✨
This worked for me too, but the problem is that an Android Studio upgrade caused this problem. I did not mess around with hotkeys or anything just before this problem occurred. I made this issue so that the Flutter devs can figure out what might have caused it in their upgrade. I appreciate the workaround though, thank you!

