It’s taking a very long time to upload an app to the emulator, typically several minutes. When I was developing an app for iOS, Xcode would upload the app to iOS Simulator within seconds! Why is it taking so long for the Android emulator? And what can I do to speed it up?
Share
If you have an android phone to plug in and run your app on that, its much quicker than the emulator. Unfortunately the emulator is just pretty slow, there may be things you can do to speed it up slightly, such as keeping it running between tests rather than shutting it down each time, but the best bet is to test on a phone!