When developing for Android do you typically need to stop the emulator and restart it every time you make a change to your Java code or is there a faster way? The emulator takes about 1.5 minutes to start for me, is this normal?
When developing for Android do you typically need to stop the emulator and restart
Share
Yes. Starting an emulator is slow, but you don’t need to reboot it usually when you make changes. You can just target the already running emulator, at least in eclipse.