How to Improve Performance of the Android Emulator -
I'm starting with Android development, but there is a lot to be desired from the emulator's performance on my machine . In all fairness, my machine is not a powerhouse by any means of imagination.
Reduction in my hardware upgrade or spending $ $ $, are there any good tips to improve Android emulator performance?
Are you testing on your phone? It's a million times faster. Also, are you running "debugging" or "app"? If you do not need to step through the code, consider running it instead of debugging it.
Comments
Post a Comment