Make the default android emulator faster

前端 未结 4 1483
北海茫月
北海茫月 2020-12-23 09:55

The default android emulator is ridiculously slow and resource hungry, which makes it an impractical solution.

How can I speed up the default emulator?

4条回答
  •  伪装坚强ぢ
    2020-12-23 10:32

    Granted - Android emulator is slow. But the upside is that when you develop an app, you instantly see where it is slow/lagging, while on last-gen 1GHz+ devices this might not be apparent.

    Also, when I test my apps I run them on 2G network to see the delays and where they need to be optimized. If I'd only run them on 10Mbit+ WiFi then delays would not be noticeable.

    When developing you have to plan (and test) for the worst conditions, not ideal ones. So, in a sense, slow emulator is actually helpful ;)

提交回复
热议问题