Android 模拟器未在 Android Studio 3.0 上运行

标签 android android-studio android-instant-apps

我正在尝试创建一个在 2017 年 Google IO 上演示的演示即时应用程序。我知道,这需要 Android Studio 3.0 和最新的构建工具,并且只有少数设备被列入白名单以使用这个新引入的概念。

在这里,您可以看到我创建了一个名为 Nexus 5X 的 avd 机器,我捕获了创建机器的详细信息,在这里您可以看到:

Name: Nexus_5X_API_25
CPU/ABI: Google APIs Intel Atom (x86)
Path: C:\Users\williams\.android\avd\Nexus_5X_API_25.avd
Target: google_apis [Google APIs] (API level 25)
Skin: nexus_5x
SD Card: C:\Users\williams\.android\avd\Nexus_5X_API_25.avd\sdcard.img
hw.dPad: no
runtime.network.speed: full
hw.accelerometer: yes
hw.device.name: Nexus 5X
vm.heapSize: 256
skin.dynamic: yes
hw.device.manufacturer: Google
hw.gps: yes
hw.initialOrientation: Portrait
image.androidVersion.api: 25
hw.audioInput: yes
image.sysdir.1: system-images\android-25\google_apis\x86\
tag.id: google_apis
showDeviceFrame: yes
hw.camera.back: emulated
hw.mainKeys: no
AvdId: Nexus_5X_API_25
hw.camera.front: emulated
hw.lcd.density: 420
avd.ini.displayname: Nexus 5X API 25
hw.gpu.mode: guest
hw.device.hash2: MD5:1be89bc42ec9644d4b77968b23474980
hw.ramSize: 1536
hw.trackBall: no
PlayStore.enabled: false
hw.battery: yes
hw.cpu.ncore: 2
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

这是 SDK 工具快照:

enter image description here

嗯,我在运行这个模拟器时遇到了一些挑战。当我点击这个模拟器的运行按钮时,它没有做任何事情。

错误日志如下:

Emulator: Could not launch 'C:\Users\williams\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory

Emulator: [12360]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at C:\Users\williams\AppData\Local\Android\Sdk\emulator\lib64\qt\lib

Emulator: Process finished with exit code 2

任何人都可以建议此配置有什么问题吗?顺便说一句,我检查了这些 Emulator in Android Studio doesn't start但没有运气。

最佳答案

这个问题有多种原因,不过你可以试一试。检查您的机器上是否安装了 Android 模拟器。

/image/T0Z0i.png

关于Android 模拟器未在 Android Studio 3.0 上运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44128018/

相关文章:

android - google-cloud-messaging 的性能

android - 注意 : the configuration keeps the entry point `XXX` , 但不是 Android Studio 中的描述符类 'xxx'

android - 为什么我无法在 Android Instant App 中访问相机?

android - 无法从 Android Instant 应用程序启动图库

java - Volley的JsonObjectRequest给出“org.json.JSONException:值<br类型java.lang.String的值不能转换为JSONObject”异常

android - InstanceApp 无法访问 java 代码中的功能到功能模块资源

android - Android 上的 Flickr API?

android - Nexus 7 在闲置一段时间后设备从横向转向纵向时采用横向模式样式

Android AppWidget 映射 Activity 问题

android - 如何使用 Firebase 推送通知打开 fragment ?