• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

problem in starting the AVD from command line

Hi all Forum members,

I am a beginner to the android, I am trying to create and run the android project from command line. I could create the project using

\tools> android --target <id> --name <project name> --path <project path> --activity <activity name> --package <package name>

and build the project using ant tool

\tools\projectfolder> ant debug

could create an AVD using

\tools>android create avd -n <avd name> -t <target id>

what the problem is when i try to start the created avd using android or emulator, i ma facing the issue, that is AVD is started, but i can't enter any command on command line. I can enter the command only after the closing of AVD.....please help me to solve this issue...
 
Back
Top Bottom