Fedora 9 is already a rather dated version of Fedora, too. Fedora 11 is much more stable.
BTW: did you remember to give yourself superuser privileges before the 'kill 9'? You should, for example, if the PID of the emulator process were 3155, issue, "su -c 'kill -9 3155'". This assumes, of course, that you started the emulator in the background, e.g, "emulator ... &". Otherwise ^C should have done the trick. On Sep 24, 7:01 am, Sean Hodges <[email protected]> wrote: > On Thu, Sep 24, 2009 at 2:40 PM, Smruti <[email protected]> wrote: > > [r...@localhost tools]# emulator -avd test_avd > > unknown option: -avd > > Android Emulator usage: emulator [options] [-qemu args] > > options: > > -system <dir> read system image from <dir> > > -datadir <dir> write user data into <dir> > > Hi Smruti, > > Your problem may be related to the audio functionality in the > emulator:http://www.mail-archive.com/[email protected]/msg096.... > Although this person was able to kill -9 his emulator. Still, it might > be different symptoms for the same bug... > > Is there a particular reason why you're using such an outdated version > of the SDK? I'm a tad suspicious of the reliability running a 1.5 AVD > against a 1.1 emulator, it might be fine, but if you're having > problems it might be worth downloading the latest SDK to eliminate the > possibility of compatibility problems. > > Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

