AVD设备卡在“ANDROID”屏幕上
我试图在Android Studio上启动avd,但它仅仅停留在初始的ANDROID屏幕上:
我在Windows 10 32位上使用JAVA 8在Intel Core 2 Duo E7500上运行android-studio 2.3.1 2.93 Ghz 3GB DDR2 RAM
我的设备信息如下:
Name: Pixel_API_24
CPU/ABI: Google APIs Intel Atom (x86)
Path: C:Usersuser123.androidavdPixel_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-imagesandroid-24google_apisx86
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
选择分辨率最低的仿真器设备,它在磁盘上占用的空间更少,如果内存更少,则启动速度相对更快
检查最低分辨率的仿真器设备是否在系统上启动,如果不是这意味着您的内存可能少于所需的最小分辨率
运行Android Studio需要至少4GB RAM。
阅读更多关于快速模拟器的系统要求和技巧 - Android Studio
链接地址: http://www.djcxy.com/p/91023.html上一篇: AVD device is stuck at "ANDROID" screen
下一篇: how long can take starting a android emulator (sdk)? 2 hours?