运行我的 React Native 项目时无法安装应用程序

问题描述 投票:0回答:1

我已经创建了一个 React Native 应用程序并安装了所有依赖项和 Tolls,还有 Android Studio 模拟器,但是当我执行命令

npm start
并显示该选项时,我选择了在 android 中运行的选项,但之后它只是运行并显示模拟器,但最后它显示它无法安装应用程序。

错误显示如下 Error While Running my react native app Emulator, showing nothing

请帮忙!

我通过在谷歌上搜索一些解决方案来尝试一些解决方案,但它还不起作用。

运行technophyle建议的react-native doctor后 Results of runing react-native doctor

如图所示我已经安装了SDK工具和SDK平台

All SDK tools and plkatforms installed on my Android Studio

reactjs react-native android-studio android-emulator
1个回答
0
投票

你的环境配置不正确,你可以看一下这个 https://reactnative.dev/docs/environment-setup?os=windows

或者在 YouTube 上查看本教程: https://youtu.be/oorfevovPWw

我希望这会有所帮助。

© www.soinside.com 2019 - 2024. All rights reserved.