| Author |
warning while starting the emulator through command prompt
|
sai ma
Greenhorn
Joined: Mar 17, 2010
Posts: 5
|
|
Hi,
I have created 3 avds (my_avd, my_avd2 and my_avd3) and I was trying to open "my_avd3" emulator instance through command prompt with the following command.
emulator -avd my_avd3
Emulator has been opened but in the command prompt the following warning is coming.
"emulator: WARNING: 4: missing expected assignment operator (=). line ignored"
Can anybody tell me what is this warning?
Thanks
Sairam M.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
Maybe it wants
emulator --avd=my_avd3
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Monu Tripathi
Rancher
Joined: Oct 12, 2008
Posts: 1365
|
|
|
The syntax looks correct. Did you type any other switches along with avd? Try adding -verbose and check the logs on the terminal; maybe that would point to something. For e.g. try: emulator -verbose -avd my_avd3
|
[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
|
 |
 |
|
|
subject: warning while starting the emulator through command prompt
|
|
|