8

When I run the Flutter project on Android Studio, before running the application on the emulator, the event log displays "An unexpected packet was received before the handshake" for six to seven times. After that, the application runs properly on the emulator.
But when I run the same project on VS Code, it works fine.

Note: I also make Java applications on Android Studio and it never displayed this error.

Aetooc
  • 111
  • 1
  • 10

2 Answers2

0

go to emulator tab. click check for updates.

[![enter image description here][1]][1]

enter image description here

Mohsen_AB
  • 41
  • 1
  • 5
0

If you're using Kotlin, make sure it's updated. It must be 1.5.31 or greater according to docs.flutter.dev. In android studio, go to Tools > Kotlin > Configure Kotlin Plugin Updates.

Jas
  • 21
  • 3