I just started learning the Android SDK and I'm trying to run another emulator via command line. When I run the command:
android emulator -avd sender
from C:\Program Files\Android\android-sdk\tools, I get the following error.
Error: Expected verb after global parameters but found 'emulator' instead.
I actually got it to work once. I have already created an AVD called sender via AVD manager..
Am I missing something?