It seems like a simple enough question but I don't know how to do it.
This question would suggest that I need to open the "android" unix exec file and pass in some parameters. But I'll be damned if I can find out which params.
It seems like a simple enough question but I don't know how to do it.
This question would suggest that I need to open the "android" unix exec file and pass in some parameters. But I'll be damned if I can find out which params.
From the command line type:
$>emulator -avd yourAvdName.avd
You will need to install the Android SDK in order to be able to do this (and have a properly configured AVD on the environment, etc).
You cannot run an emulator without at least having the Android SDK installed, you don't necessarily need an IDE, but you do need the SDK.
If you want to access the SDK tools without using the IDE, you can type this at the command line:
$>android