无法在Android Studio emulator上运行第一个Hello World

无法在Android Studio emulator上运行第一个Hello World,android,android-studio,android-emulator,Android,Android Studio,Android Emulator,为了运行第一个helloworld项目,我尝试在android.com上遵循第一个示例。我在AVD manager中尝试了Nexus 5和Nexus 6,但出现以下错误: D:\AppData\Local\Android\Sdk\tools\emulator.exe -avd Nexus_5_API_23_x86 -netspeed full -netdelay none PANIC: HOME is defined but could not find Nexus_5_API_23_x86.

为了运行第一个helloworld项目,我尝试在android.com上遵循第一个示例。我在AVD manager中尝试了Nexus 5和Nexus 6,但出现以下错误:

D:\AppData\Local\Android\Sdk\tools\emulator.exe -avd Nexus_5_API_23_x86 -netspeed full -netdelay none 
PANIC: HOME is defined but could not find Nexus_5_API_23_x86.ini file in $HOME\.android\avd 
(Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME\.android\avd and $HOME\.android\avd)

任何帮助都将不胜感激。谢谢

只需安装Eclipse即可。这是一款开源软件。

重新启动android studio的问题提供了答案。您的主目录是否包含非ascii字符或空格?是的,这很有效。谢谢用户1982116