Rokybul Imrose
Rokybul Imrose

Reputation: 11

Flutter HTTP POST response very slow in Nexus 5X API-24 emulator

I am using Nexus 5X API-24 emulator for developing Flutter app. The http post request was in expected speed for last few days but suddenly from today, it is taking more than 10 second for each response. Whereas same response in Postmen is taking just average 47 milliseconds. Also in actual phone devices, responses are very fast like Postman. What could be problem in emulator or Android Studio? I need this emulator working properly as emulator is very handy for rapid development. Help on this will be much appreciated.

Upvotes: 1

Views: 1359

Answers (1)

akash maurya
akash maurya

Reputation: 656

of course, there is a problem in your emulator, may these solutions can help you.

  1. Reset your emulator from the android studio, cool boot, clear memory
  2. make sure you have a good internet connection in your emulator, many times this is the problem
  3. re-install the app, after cleaning your emulator

other options: 4. update flutter SDK, this may help

Upvotes: 1

Related Questions