can i use my physical android device to and live preview in it for my flutter app , since there is some error related to framing and it keeps getting crashing in emulator
Not possible via idx… You can upload the project to GitHub clone it on your machine and do it through that
Yes, you can use your physical Android device to live preview your Flutter app, especially if your emulator is crashing due to framing issues. To do this, enable Developer Options and USB Debugging on your Android device, then connect it to your computer via USB. Run flutter devices
in your terminal to ensure your device is recognized, then use flutter run
to launch the app on your phone. If you encounter permission issues, try restarting adb using adb kill-server && adb start-server
. This method often provides a smoother experience compared to emulators, especially for performance-heavy apps.
Huh ? are you sure it works in idx ?
it doesn’t work with idx
No It’s not working in the Firebase Studio.