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?
Asked
Active
Viewed 2,482 times
1 Answers
2
You need to download the corresponding platform tool for your device system version

Constantin N.
- 2,739
- 2
- 16
- 27
-
Finally It works. I just downgraded the platform-tools from 28.0.1 to 28.0.0. – Aravinth Velusamy Oct 08 '18 at 18:18