Reputation: 11
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
Reputation: 656
of course, there is a problem in your emulator, may these solutions can help you.
other options: 4. update flutter SDK, this may help
Upvotes: 1