Android AVD设备卡在“位置”;安卓;屏幕

Android AVD设备卡在“位置”;安卓;屏幕,android,android-studio,avd,Android,Android Studio,Avd,我试图在Android studio上启动avd,但它只是停留在最初的Android屏幕上: 我在windows 10上运行android studio 2.3.1,在Intel core 2 duo E7500 2.93 Ghz 3GB DDR2 RAM上运行32位JAVA 8 我的设备信息如下: Name: Pixel_API_24 CPU/ABI: Google APIs Intel Atom (x86) Path: C:\Users\user123\.android\avd\

我试图在Android studio上启动avd,但它只是停留在最初的Android屏幕上:

我在windows 10上运行android studio 2.3.1,在Intel core 2 duo E7500 2.93 Ghz 3GB DDR2 RAM上运行32位JAVA 8

我的设备信息如下:

 Name: Pixel_API_24

 CPU/ABI: Google APIs Intel Atom (x86)

 Path: C:\Users\user123\.android\avd\Pixel_API_24.avd

 Target: google_apis [Google APIs] (API level 24)

Skin: pixel

SD Card: 100M

hw.dPad: no

runtime.network.speed: full

hw.accelerometer: yes

hw.device.name: pixel

vm.heapSize: 256

skin.dynamic: yes

hw.device.manufacturer: Google

hw.gps: yes

hw.initialOrientation: Portrait

image.androidVersion.api: 24

hw.audioInput: yes

image.sysdir.1: system-images\android-24\google_apis\x86\

tag.id: google_apis

showDeviceFrame: yes

hw.camera.back: emulated

hw.mainKeys: no

AvdId: Pixel_API_24

hw.camera.front: emulated

hw.lcd.density: 480

avd.ini.displayname: Pixel API 24

hw.gpu.mode: guest

hw.device.hash2: MD5:70f950b0b2b8960d1990af72fb74ad27

hw.ramSize: 768

hw.trackBall: no

hw.battery: yes

hw.cpu.ncore: 1

hw.sdCard: yes

tag.display: Google APIs

runtime.network.latency: none

hw.keyboard: yes

hw.sensors.proximity: yes

disk.dataPartition.size: 800M

hw.sensors.orientation: yes

avd.ini.encoding: UTF-8

hw.gpu.enabled: yes
选择分辨率最低的仿真器设备,它在磁盘上使用更少的空间。如果内存较少,则启动esp的速度会相对较快

检查您的系统上是否启动了分辨率最低的仿真器设备,如果没有,则意味着您的RAM可能少于所需的最小值

运行Android Studio至少需要4GB内存


阅读更多有关&

Perform
adb logcat
的信息,并查看日志。确保您的机器(阅读:PC/笔记本电脑)有足够的资源运行模拟器。3GB不足以高效运行Android Studio,请将模拟器放在其顶部。检查您的任务管理器,可能没有足够的硬件资源来支持emulator。旁注:现在谁在使用32位操作系统?您有一台第7代Intel机器。Android建议Android studio至少使用4gb内存才能正常工作。或者,您可以使用eclipseNote:8 GB是Android studio+的建议最低内存emulator@cricket_0073+1(对于emulator)GB是最小值,而8GB是推荐值