After deploying an application in the Android emulator (I'm targeting Android 4.1.2 - API Level 16) and running it:
- the application is not displayed in the Settings > Apps > Running list
- the application is displayed when holding the home button for a long time
- the application process is listed by the "ps" command (ran from ADB)
Is it a normal behavior ?
psin a terminal emulator, or some process listing app, to see whether it is really running. – Izzy Nov 26 '12 at 15:31