【问题标题】:Android Virtual Device installation on windows failingWindows上的Android虚拟设备安装失败
【发布时间】: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


【解决方案1】:

检查您的用户和系统“TEMP”环境变量,删除所有垃圾目录,删除结束分号(如果存在),所有带空格的路径必须用引号括起来。

【讨论】:

    猜你喜欢
    • 2013-04-08
    • 2021-04-07
    • 2016-08-27
    • 2017-11-21
    • 2020-11-07
    • 1970-01-01
    • 1970-01-01
    • 2015-01-22
    • 1970-01-01
    相关资源
    最近更新 更多