Android Studio首次运行错误

时间:2015-01-10 19:06:07

标签: android-studio emulation haxm

我开始关注Bucky关于android开发的教程。我安装了jdk,创建一个指向jdk的JAVA_HOME环境变量。我安装了android studio,以及所需的软件包,这就是即将推出的内容:

"C:\Users\Vince\AppData\Local\Android\sdk\tools\emulator.exe" -netdelay none -setspeed full -avd Nexus_5_API_21_x86
emulator: device fd:732
HAX is not working and emulator runs in emulation mode
emulator: The memory needed by this VM exceeds the driver limit.
creating window 43 59 329 583

我打开我的sdk管理器并安装了以下软件包:

-Tools
  + Android SDK Tools
  + Android SDK Platform Tools
  + Android SDK Build Tools

-Android 5.0.1 (API 21)
  + Documentation for Android SDK
  + SDK Platform
  + Android TV ARM EABI v7a System Image
  + Android TV Intel x86 Atom System Image
  + Android Wear ARM EABI v7a System Image
  + Android Wear Intel x86 Atom System Image
  + ARM EABI v7a System Image
  + Intel x86 Atom _64 System Image
  + Intel x86 Atom System Image
  + Google APIs
  + Google APIs Intel x86 Atom System Image
  + Sources for Android SDK

-Extras
  + Android Support Repository
  + Android Support Library
  + Google Repository
  + Google USB Driver
  + Intel x86 Emulator Accelerator (HAXM installer)

我正在运行64位Windows 8操作系统。如果我需要更多信息,请发表评论,因为我不知道如何解决这个问题。我以为它可能是我硬盘上的空间,但我剩下差不多361千兆字节。

模拟器确实运行但它仍然在说android。我把它留了一整夜,以防它花了一段时间,但是当我醒来时,它就是同一个屏幕。This is the screen it gets stuck at

1 个答案:

答案 0 :(得分:0)

尚未安装HAXM - 请按照本教程Haxm Installation

进行操作