Speeding the Android edit-debug cycle -
developing applications android in eclipse, press f11 run program in emulator.
however, means waiting emulator bootup (and unlocking emulator's screen) each time want test changes program. there way around delay?
ojw
are closing emulator after test app?
if leave running , start application eclipse again re-deploy , start (and avoid overhead of starting emulator).
you can stop application emulator perspective in eclipse before re-starting it.
-- frank
Comments
Post a Comment