codeKiller
codeKiller

Reputation: 5739

Flutter hot reload not working on tablet emulator

I am developing an app in Flutter with Android Studio 3.3.1.

I have just started the project, deleted a few boilerplate code about the default counter app and also created a tablet emulator.

I can run the code in the tablet without any problem pressing the play button, but when I make some changes in the code i do not get the hot reload button activated.

I have tried running the same app on another mobile emulator and the hot reload button actually works.

Anyone got the same problem?

The issue is happening with the emulator: Nexus 10 API Q

enter image description here

Upvotes: 0

Views: 1114

Answers (1)

Doc
Doc

Reputation: 11651

This problem is related to Android Studio 3.3.1 version. I had a similar problem.

See Instant run shortcut does not work in Android Studio 3.3

and Instant Run missing in Android Studio 3.3

Update to the latest version which is 3.4 or downgrade to version 3.2

Upvotes: 1

Related Questions