简体   繁体   English

在 Android Studio 3.0 中启动 AVD 时出现模拟器错误

[英]Emulator Error when launching AVD in Android Studio 3.0

I have a problem when I am trying to launch my AVD on Android Studio 3.0.当我尝试在 Android Studio 3.0 上启动我的 AVD 时遇到问题。
I have installed HAXM to run this AVD.我已经安装了 HAXM 来运行这个 AVD。 The RAM allocated to run the HAXM is 2GiB.分配给运行 HAXM 的 RAM 为 2GiB。

Emulator: audio: Failed to create voice `goldfish_audio_in'
Emulator: qemu-system-i386.exe: warning: opening audio input failed
Emulator: audio: Failed to create voice `adc'    
Emulator: [7752]:WARNING:android/android-emu/android/base/async/AsyncSocketServer.cpp:99:Error when accepting host connectionError message: Unknown error

My AVD is a Nexus 5 API 23, CPU/ABI is x86.我的 AVD 是 Nexus 5 API 23,CPU/ABI 是 x86。 RAM is 512MB, VM Heap is 128 MB, and Graphics is Software - GLES 2.0. RAM 为 512MB,VM 堆为 128MB,图形为软件 - GLES 2.0。 My PC's RAM is 5GB.我电脑的内存是 5GB。

look in Android\\android-sdk folder if it doesn't have the Platform-Tools folder containing the adb.exe如果没有包含 adb.exe 的 Platform-Tools 文件夹,请查看 Android\\android-sdk 文件夹

download platform tools again and deleted the previous one and extract the new one and see if it work再次下载平台工具,删除之前的,解压新的,看看能不能用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM