开发者

Android "Hello World" tutorial using Eclipse

开发者 https://www.devze.com 2023-03-20 16:56 出处:网络
I attempted to program my fir开发者_StackOverflow中文版st app; \"Hello World\" and I already encountered a bug I cannot fix. When I run the program I get:

I attempted to program my fir开发者_StackOverflow中文版st app; "Hello World" and I already encountered a bug I cannot fix. When I run the program I get:

invalid command-line parameter: Files. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information

Does anyone know what this means and how I can fix it?


I think your main problem is you installed your android sdk in a path where there is a space in the address.If you install the sdk in "C:\Program Files\Android\android-sdk",then you will surely get that issue.Try to use any directory which does not contain any space in it like C:\Android\android-sdk .

Or try to run the AVD from the command line like this C:\Progra~1\Android\android-sdk.

Hope this will help you.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号