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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -