小白请指教
小白请指教
  • 发布:2023-06-01 10:12
  • 更新:2023-06-01 12:55
  • 阅读:108

打包谷歌渠道包失败

分类:uni-app

https://ide.dcloud.net.cn/build/errorLog/5a7e8230-ffc6-11ed-ab55-bb72953d2c83 失败日志麻烦帮忙看下

2023-06-01 10:12 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

跟google渠道无关,因为应用设置targetSdkVersion为31,要求activity必须设置android:exported。
应用项目中AndroidManifest.xml中的activity没有设置android:exported导致的编译报错,请添加android:exported="true",如下:

<activity android:hardwareAccelerated="true" android:name="io.dcloud.PandoraEntry" android:exported="true">  
//...  
</activity>
  • 小白请指教 (作者)

    不是31是30 30也会有这个问题吗

    2023-06-01 13:47

要回复问题请先登录注册