[android-developers] Re: Launch updated emulator?

2010-01-13 Thread abhi
Thank you. That worked! On Jan 13, 5:43 pm, Mark Murphy wrote: > abhi wrote: > > How do you start an emulator from the command line with that AVD file? > > When I tried $emulator -avd AndroidAVD.avd, I got the error: > > emulator: ERROR: unknown virtual device name: 'AndroidAVD.avd' > > emulator:

Re: [android-developers] Re: Launch updated emulator?

2010-01-13 Thread David Turner
emulator @ or emulator -avd you don't need the .avd suffix here On Wed, Jan 13, 2010 at 3:37 PM, abhi wrote: > How do you start an emulator from the command line with that AVD file? > When I tried $emulator -avd AndroidAVD.avd, I got the error: > emulator: ERROR: unknown virtual device name: '

Re: [android-developers] Re: Launch updated emulator?

2010-01-13 Thread Mark Murphy
abhi wrote: > How do you start an emulator from the command line with that AVD file? > When I tried $emulator -avd AndroidAVD.avd, I got the error: > emulator: ERROR: unknown virtual device name: 'AndroidAVD.avd' > emulator: could not find virtual device named 'AndroidAVD.avd' Do not type in the .

[android-developers] Re: Launch updated emulator?

2010-01-13 Thread abhi
How do you start an emulator from the command line with that AVD file? When I tried $emulator -avd AndroidAVD.avd, I got the error: emulator: ERROR: unknown virtual device name: 'AndroidAVD.avd' emulator: could not find virtual device named 'AndroidAVD.avd' On Jan 13, 5:22 pm, Mark Murphy wrote:

Re: [android-developers] Re: Launch updated emulator?

2010-01-13 Thread Mark Murphy
abhi wrote: > I figured I could use ./emulator from the /tools/ > directory. However it is asking me for the .avd file to go with it and > I am not able to locate it. When I saw under the ~/.android/avd > directory, there is a *directory* called AndroidAVD.avd, not a file. > So, does anyone know wh

[android-developers] Re: Launch updated emulator?

2010-01-13 Thread abhi
I figured I could use ./emulator from the /tools/ directory. However it is asking me for the .avd file to go with it and I am not able to locate it. When I saw under the ~/.android/avd directory, there is a *directory* called AndroidAVD.avd, not a file. So, does anyone know where the *.AVD is locat