即使我正在尝试一个简单的android“hello world”程序。关于调试以下问题弹出..
" the android emulator process has unexpectedly stopped running. the instance and2.2 (its the name of avd i hd created) is now stopped.
Reason:
The emulator process terminated unexpectedly: invalid command-line parameter: Files.
Hint: use'@foo' to launch a virtual device named 'foo'.
please use -help for more information"
答案 0 :(得分:2)
这可能是因为路径在程序文件中或Windows上的某些内容。将android sdk文件夹放入没有空格的路径中。
答案 1 :(得分:1)
sdk路径不能包含空格。你可以将你的sdk路径更改为c:/ program files / ...其中包含spaces.Please它放在一个不包含空格的目录中