views:

61

answers:

1

In reference to my previous question regarding making the .EXE file for demonstration

http://stackoverflow.com/questions/2862067/how-to-make-exe-for-demonstration-of-a-android-software-built-in-eclipse

Can anyone explain creating batch file to launch the emulator?

A: 

you can use the following command to launch the emulator

emulator -avd <avdname>

this assumes the path to emulator is set on your system

josnidhin
i tried, it doesn't work
rob
can you execute the "emulator" command from command prompt.
josnidhin
TO be honest I don't know the commands, I just tried to make the EXE and batch file but it donesn't work
rob