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

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 配置原生项目

该问题目前已经被锁定, 无法添加新回复

  • 标题 / 粗斜体
  • 代码片段
  • 超链接 / 图片 / 视频
  • 列表 / 引用

文章内容较多时,可以用标题分段 :

## 大标题 
### 小标题

斜体 / 粗体 :

**粗体** 
*斜体*
***粗斜体***

代码片段 :

``` javascript
代码片段
```

超链接 :

[链接文字](链接地址) 例: [百度](http://www.baidu.com)

图片 :

![图片说明](图片地址) 例: ![百度logo](http://www.baidu.com/img/bdlogo.gif)

视频 :

!![视频说明](视频地址) 例: !![优酷视频](http://youku.com)

有序列表 :

1. 123
2. 123
3. 123

无序列表 :

- 123
- 123
- 123

引用 : ( 双回车后结束引用 )

> 引用内容
引用内容
引用内容