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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -