【发布时间】:2020-01-22 05:10:51
【问题描述】:
我是 flutter/android studio 的新手,我遵循了 flutter.dev 上的指南,但仍然无法运行示例项目。
即使在 stackoverflow 上,我也浏览了几篇博客文章,但仍然无法找到解决方案。
以下是我的设置的详细信息。
Android Studio Version 3.5;
VSCode Version 1.38.1;
SDK Platform-tools Android 10.0(Q) API Level 29;
OS Ubuntu 14.04.5 LTS;
adb version 1.0.41;
CPU Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz;
VSCode 上的错误消息: Failed to launch Pixel 2 API 29: Error: Emulator didn't connect within 60 seconds
Android Studio 出错: No Error Message, Selecting the device from the device drop-down starts the emulator, but does not connect. <no devices> is still selected.
我已经升级了 adb 平台工具,我在 Android Studio 上创建了不同的设备,使用工具/AVD 菜单 关闭模拟器后,我在 AVD 管理器下选择了擦除数据 将快速启动选项更改为冷启动。
【问题讨论】: