如何修复无法启动 Pixel 2 API 29:错误:Ubuntu 上的模拟器未在 60 秒内连接错误
Posted
技术标签:
【中文标题】如何修复无法启动 Pixel 2 API 29:错误:Ubuntu 上的模拟器未在 60 秒内连接错误【英文标题】:How to Fix Failed to launch Pixel 2 API 29: Error: Emulator didn't connect within 60 seconds error on Ubuntu 【发布时间】:2020-01-22 05:10:51 【问题描述】:我是 flutter/android studio 的新手,我遵循了 flutter.dev 上的指南,但仍然无法运行示例项目。
即使在 *** 上,我也浏览了几篇博客文章,但仍然无法找到解决方案。
以下是我的设置的详细信息。
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 管理器下选择了擦除数据 将快速启动选项更改为冷启动。
【问题讨论】:
【参考方案1】:尝试安装 Genymotion Emulator 并在运行您的应用之前先启动它。 我做到了,它帮助了我。
【讨论】:
我会尝试这个并分享反馈。谢谢。以上是关于如何修复无法启动 Pixel 2 API 29:错误:Ubuntu 上的模拟器未在 60 秒内连接错误的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio启动AVD报错:The emulator process for AVD Pixel_5_API_30 has terminated.解决方法