Aravinth Velusamy
Aravinth Velusamy

Reputation: 140

Hot Reloading in Flutter not Working When running in Physical Device

I'm using Android Studio to Develop Flutter Apps. When I run the App in Emulator I'm able to Hot Reload but when using Physical Device, Hot Reload, Flutter Hot Restart, Timeline View and Flutter Inspector buttons are disabled. Is there any way to fix this?

Check this Image

Upvotes: 5

Views: 2513

Answers (1)

Constantin N.
Constantin N.

Reputation: 2839

You need to download the corresponding platform tool for your device system version

Upvotes: 2

Related Questions