Reputation: 5957
I am new to android development and was wondering what is the fastest way to use the android emulator?
My current process is as follows:
Is this how long it generally takes? It seems like a long time to have to wait to test changes and can get annoying when trying to write code quickly.
I am currently running on Ubuntu 14.04 if that needs to be stated as well
Upvotes: 1
Views: 245
Reputation: 160
Emulator snapshot is your friend on initial bootup. Also, Genymotion is much faster for development. For speeding up the native emulator, you can try some of these tricks here
Upvotes: 1