简体   繁体   中英

Error Android Virtual Device with eclipse

I want to crate New Android Virtual Device with eclipse but i had error, [2011-07-21 15:12:22 - Emulator] invalid command-line parameter: and. [2011-07-21 15:12:22 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. [2011-07-21 15:12:22 - Emulator] please use -help for more information

can any one help me?

I had that one and for me it was a problem with the 'R12', it doesn't accept spaces in the install directory (of the Android SDK).

Instead of uninstall/reinstall, I changed in Eclipse from c:/program files/... to c:/Program~/... and it worked.

I didn't invent it, I found it here: Starting the Android emulator in SDK tools, revision 12

SDK Path can't contain any spaces

Make sure your sdk path contains no spaces.May be you are changing the path of the android sdk folder.The path can't contain spaces.Like if you keep it in Program Files/android-sdk-windows it will create problem because Program Files has a space on the path

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM