I’m starting android development from just three days, I have downloaded the SDK and install the platform and define the emulator, but it takes a lot of time to boot every time I run the application
Is there a way to run the emulator once and then run the application and to be updated on the emulator without closing it and re-opening it again
I’m using eclipse classic please any one try to help
You don’t need to close your emulator every time. Assuming you are using eclipse–> Right click on project–>Run–>Android application, if any changes, those will be deployed. Otherwise same screen will showup.