“反应原生” “运行-android”失败,但应用程序从 Android studio 成功运行

发布于 2025-01-10 04:57:57 字数 653 浏览 0 评论 0原文

该应用程序从 Android studio 运行没有任何问题,但使用 react-native run-android 我收到此错误消息:

info JS 服务器已在运行。 信息 正在安装应用程序... 信息 正在连接到开发服务器... 信息 在“emulator-5554”上启动应用程序... 开始: 意图 { cmp=com.joinfilter.customer/.MainActivity } 错误类型3 错误:活动类 {com.joinfilter.customer/com.joinfilter.customer.MainActivity} 不存在。

我检查了applicationId,它在android项目中的所有地方都是相同的。

另一个评论/问题:

  • cd android && ./gradlew clean 没有效果。
  • 我没有看到 android 内的构建文件夹:

在此处输入图像描述

The app runs from Android studio without any issue, but using react-native run-android I get this error message:

info JS server already running.
info Installing the app...
info Connecting to the development server...
info Starting the app on "emulator-5554"...
Starting: Intent { cmp=com.joinfilter.customer/.MainActivity }
Error type 3
Error: Activity class {com.joinfilter.customer/com.joinfilter.customer.MainActivity} does not exist.

I checked the applicationId and its the same in all the places in the android project.

Another remarks/issues:

  • cd android && ./gradlew clean has no effect.
  • and I don't see the build folder inside android:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肩上的翅膀 2025-01-17 04:57:57

如果您在应用程序启动时使用不同的活动(例如启动屏幕),您可以尝试以下操作:

react-native run-android --main-activity .ui.SplashScreenActivity

.ui.SplashScreenActivity 是活动路径

If you are using a different activity on your app launch, like a splash screen, you can try this:

react-native run-android --main-activity .ui.SplashScreenActivity

.ui.SplashScreenActivity is the activity path

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文