Reputation: 71
I had some trouble with Android emulator in Android Studio and react native bundler.
All environment that I run the project before then was same but the connection error was occurred.
Upvotes: 3
Views: 481
Reputation: 71
To try to solve this error, I had successfully made a new Android emulator.
That made me think that the Android emulator had some problem, but then I remembered that the Android emulator had been updated and that update included a new boot option, 'Quick boot'. Previously, it only had the 'Cold boot' option.
Changing the boot option to 'Cold boot' has solved my connection problem.
Upvotes: 4