Is android application not running on Virtual Box?

主宰稳场 提交于 2019-12-13 16:13:54

问题


I'm getting the following error while running the android application. Currently i'm using Windows XP and installed through Virtual Box.

invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

But that same application will running on normal Windows XP Pc. Is there any issue on Windows XP with Virtual Box? or Is there any other issue?


回答1:


There's a bug with the emulator in the v12 release that does not play well with paths with spaces (that's why you see only Files instead of c:\Program Files). That's also why it works in your previous installation (pre-12) and not in the new one. See this answer.



来源:https://stackoverflow.com/questions/6706490/is-android-application-not-running-on-virtual-box

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!