I'm developing a Flutter app in Android Studio and I'm using my physical Pixel 9 pro for usb debugging. When I launch the app on my device everything goes fine, however when clicking on the hot reload button (the yellow thunder in the top right corner) the icon goes grey and nothing happens, even if I wait forever the changes in the code never get shown in the app.
This is the console's output:
Launching lib\main.dart on Pixel 9 Pro XL in debug mode...
Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\flutter-apk\app-debug.apk
Installing build\app\outputs\flutter-apk\app-debug.apk...
I/flutter (20486): [IMPORTANT:flutter/shell/platform/android/android_context_vk_impeller(60)] Using the Impeller rendering backend (Vulkan).
Debug service listening on ws://127.0.0.1:52246/mTrhJd81y6E=/ws
Syncing files to device Pixel 9 Pro XL...
D/ProfileInstaller(20486): Installing profile for me.alfredogrande.corso_electron
I/.corso_electron(20486): Background concurrent mark compact GC freed 2819KB AllocSpace bytes, 3(60KB) LOS objects, 90% free, 2538KB/26MB, paused 450us,8.463ms total 60.772ms
I tried by running flutter clean
and restarting the pc, but it didn't solve anything. Even when I pressed Save all after making a change in the code, the hot reload button went grey and nothing happened.