刘超
刘超
  • 发布:2023-02-14 14:13
  • 更新:2023-02-14 14:57
  • 阅读:247

cli 创建的uniapp项目,生成打包资源后用Androidstudio打包报错

分类:uni-app

02/14 14:07:03: Launching 'app' on F818.
Install successfully finished in 2 s 218 ms.
$ adb shell am start -n "com.android.simple/io.dcloud.PandoraEntry" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Error while executing: am start -n "com.android.simple/io.dcloud.PandoraEntry" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.simple/io.dcloud.PandoraEntry }
Error type 3
Error: Activity class {com.android.simple/io.dcloud.PandoraEntry} does not exist.

Error while Launching activity
Failed to launch an application on all devices

2023-02-14 14:13 负责人:无 分享
已邀请:
DCloud_Android_ST

DCloud_Android_ST

原生项目找不到启动目标activity、 造成此问题的原因太多无法定位 建议使用SDK提供的demo原生项目测试。正常则参考demo 配置原生项目

要回复问题请先登录注册