简体   繁体   English

Android SDK Manager在Windows 8 64bit上失败

[英]Android SDK Manager fails on Windows 8 64bit

During installing Android SDKs in Eclipse - everything was fine. 在Eclipse中安装Android SDK时-一切都很好。 When tried to open Android SDK manager from menu - it fails. 尝试从菜单打开Android SDK管理器时-失败。 Tried to start program directly from folder. 试图直接从文件夹启动程序。 It fails againg. 再次失败。

[2013-03-20 10:47:42 - SDK Manager] [SDK Manager] 'D:\Android' is not recognized as an internal or external command,
[2013-03-20 10:47:42 - SDK Manager] [SDK Manager] operable program or batch file.

I've read many syggestions about enviroment path set in Windows, but Eclipse itsefl works fine, so this is not my case. 我已经阅读了许多有关Windows中设置环境路径的信息,但是Eclipse itsefl可以正常工作,所以这不是我的情况。

We all used to use folder names with space inside. 我们都曾经使用过带有空格的文件夹名称。 I my case: 我是我的情况:

"d:\Android stuff"

All other products work fine with such folder names. 所有其他产品都可以使用此类文件夹名称正常工作。 Eclipse+Android too in WindowsXP. WindowsXP中也使用Eclipse + Android。 But in Windows8 64 bit - Google SDK refuses to work with such names. 但在Windows8 64位中-Google SDK拒绝使用此类名称。 When renamed folder to" 将文件夹重命名为“

"d:\Androidstuff"

everyting works fine. 一切都很好。

Probably We live in 21 century, but Google developers live in 19th century. 也许我们生活在21世纪,但Google开发人员生活在19世纪。

Update In fact android developers team fixed this in next release. 更新事实上,Android开发人员团队已在下一版本中修复了此问题。 :) :)

Yes, I have got the same issue today, these kind of errors are because Android SDK doesn't support spaces in the folders names. 是的,我今天遇到了同样的问题,这类错误是因为Android SDK不支持文件夹名称中的空格。 The JDK and the Android SDK must be installed in folders without spaces. JDK和Android SDK必须安装在没有空格的文件夹中。

C:\\Java\\jdk1.6.0_45 YES C:\\ Java \\ jdk1.6.0_45

C:\\Program Files(x86)\\Java\\jdk1.6.0_45 NO C:\\ Program Files(x86)\\ Java \\ jdk1.6.0_45

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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