我正在尝试在Android工作室上推出avd,但它只是停留在最初的ANDROID屏幕上:
我在Windows 10上运行android-studio 2.3.1 32位,JAVA 8在Intel核心2双核E7500 2.93 Ghz 3GB DDR2内存
我的设备信息如下:
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
答案 0 :(得分:1)
选择分辨率最低的仿真器设备,它在磁盘上使用的空间更少n如果内存较少,则启动速度相对较快
检查系统上是否启动了分辨率最低的仿真器设备,如果不是这意味着您的RAM可能少于所需的最小值
运行Android Studio需要Atleast 4GB RAM。
了解更多System Requirements& Tips for fast emulators - Android Studio