I am using eclipse to launch an app in the android emulator. When I open the DDMS perspective, the devices tab shows the emulator process, however it does not show any other processes running on the emulator - I was expecting to see an entry for the app. The app has started successfully on the same emulator ( no other emulators are running ).
Is there any special configuration required for the emulator to allow processes to be seen by DDMS? I am running the app with SET_DEBUG_APP permission in manifest, and attribute debuggable set to true.
Thanks, Jay