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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -