gpt4 book ai didi

android - React native 无法启动模拟器

转载 作者:行者123 更新时间:2023-12-03 16:37:07 25 4
gpt4 key购买 nike

在尝试使用 React native 测试正在创建的 android 应用程序时,我遇到了这个错误

info Launching emulator...
error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.

我在 android studio 中安装了模拟器(AMD 版本)。

我怎么解决这个问题

最佳答案

在您的场景中,在运行 react native 应用程序之前,您需要使用 Android Studio 创建模拟器。您可以通过 here 查看有关在设备上运行应用程序的官方文档

在运行您的项目之前,请确保您已经安装了 亚行驱动程序 - More

首先使用 Android Studio 创建 AVD。

使用 Android Studio 打开您的项目 android 文件夹。

1. 点击Android Studio中的AVD Manager
enter image description here
2. 点击创建虚拟设备
enter image description here
3. 从设备列表中选择您的设备,然后单击下一步
enter image description here
4.从可用版本列表中选择android os版本,点击下一步
enter image description here
5. 最后在设备上保持默认设置并单击完成
enter image description here

之后,您可以从 AVD 管理器窗口查看可用的 android 模拟器设备列表。

* 在运行你的 react native 应用程序之前,请确保你已经从 android studio 打开并运行了 android 模拟器。

enter image description here

之后使用 react-native run-android 运行您的项目

关于android - React native 无法启动模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60266497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com