“反应原生” “运行-android”失败,但应用程序从 Android studio 成功运行
该应用程序从 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在应用程序启动时使用不同的活动(例如启动屏幕),您可以尝试以下操作:
.ui.SplashScreenActivity 是活动路径
If you are using a different activity on your app launch, like a splash screen, you can try this:
.ui.SplashScreenActivity is the activity path