【发布时间】:2016-08-16 12:35:31
【问题描述】:
我正在尝试在 windows 7 上配置 AVD。 配置 HAXM 安装程序时出现以下错误。
我已经在“c:\android”目录下安装了android studio。
Looking for SDK updates...
Android SDK is up to date.
Running Intel® HAXM installer
Failed to cleanup temporary folder C:\Users\GaneshPat\AppData\Local\Temp;C:\Program Files\Python\intel\HAXM\6.0.1\silent
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
HAXM installation failed. To install HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windowsDone
【问题讨论】:
-
您的系统 PATH 变量配置错误。
C:\Program Files在空间被分割,因此导致错误 -
我认为您应该重新安装 HAXM,而不是将其放在 Python 程序文件夹中。
-
1) HAXM 安装向导不询问安装路径。 2 ) 我尝试在 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion 更改 REGEDIT 中的程序文件键以指向没有空格的目录。但也无济于事。我还缺少什么吗?
标签: android android-emulator avd haxm