【发布时间】:2020-10-10 13:18:22
【问题描述】:
我正在学习 Flutter,我刚刚设置了 Android Studio。我正在关注 Net Ninja 的 this 教程。我正试图运行我的Android Emulator,但它显示<no devices>,即使我已经制作了一个虚拟设备。
我一直在尝试调试无济于事。
这是我的虚拟设备详细信息:
Name: Nexus_6_API_30
CPU/ABI: Google APIs Intel Atom (x86)
Path: C:\Users\User\.android\avd\Nexus_6_API_30.avd
Target: google_apis [Google APIs] (API level 30)
Skin: nexus_6
SD Card: 512M
fastboot.chosenSnapshotFile:
runtime.network.speed: full
hw.accelerometer: yes
hw.device.name: Nexus 6
hw.lcd.width: 1440
hw.initialOrientation: Portrait
image.androidVersion.api: 30
tag.id: google_apis
hw.mainKeys: no
hw.camera.front: emulated
avd.ini.displayname: Nexus 6 API 30
hw.gpu.mode: host
hw.ramSize: 1536
PlayStore.enabled: false
fastboot.forceColdBoot: no
hw.cpu.ncore: 2
hw.keyboard: yes
hw.sensors.proximity: yes
hw.dPad: no
hw.lcd.height: 2560
vm.heapSize: 384
skin.dynamic: yes
hw.device.manufacturer: Google
hw.gps: yes
hw.audioInput: yes
image.sysdir.1: system-images\android-30\google_apis\x86\
showDeviceFrame: yes
hw.camera.back: virtualscene
AvdId: Nexus_6_API_30
hw.lcd.density: 560
hw.arc: false
hw.device.hash2: MD5:869d76256fcdae165862720ddb8343f9
fastboot.forceChosenSnapshotBoot: no
fastboot.forceFastBoot: yes
hw.trackBall: no
hw.battery: yes
hw.sdCard: yes
tag.display: Google APIs
runtime.network.latency: none
disk.dataPartition.size: 6442450944
hw.sensors.orientation: yes
avd.ini.encoding: UTF-8
hw.gpu.enabled: yes
【问题讨论】:
标签: android android-studio flutter dart jetbrains-ide