1
Windows 7でAVDを設定しようとしています。 HAXMインストーラの設定中に、以下のエラーが表示されます。WindowsでのAndroid仮想デバイスのインストールに失敗しました
"c:\ android"ディレクトリにAndroidスタジオをインストールしました。
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のプログラムファイルを、ディレクトリを指すようにスペースを入れずに変更しようとしました。しかし、助けもありません。私は何かもっと欠けている? – gp185007