y***@163.com
y***@163.com
  • 发布:2024-04-08 17:17
  • 更新:2024-04-09 08:35
  • 阅读:79

安卓云打包报错

分类:uni-app

[PackagePath]/app/AndroidManifest.xml:197:13-44 Error:
Attribute activity#io.dcloud.WebAppActivity@launchMode value=(singleTask) from [lib.5plus.base-release.aar] AndroidManifest.xml:197:13-44
is also present at [:customAndroidManifest] AndroidManifest.xml:57:13-42 value=(standard).
Suggestion: add 'tools:replace=\"android:launchMode\"' to element at AndroidManifest.xml:191:9-200:58 to override.
[PackagePath]/app/AndroidManifest.xml:52:13-36 Error:
Attribute activity#com.alipay.sdk.app.PayResultActivity@exported value=(true) from [com.alipay.sdk:alipaysdk-android:15.8.11] AndroidManifest.xml:52:13-36
is also present at [:customAndroidManifest] AndroidManifest.xml:66:13-37 value=(false).
Suggestion: add 'tools:replace=\"android:exported\"' to element at AndroidManifest.xml:49:9-55:20 to override.
[PackagePath]/app/AndroidManifest.xml:53:13-48 Error:
Attribute activity#com.alipay.sdk.app.PayResultActivity@launchMode value=(singleInstance) from [com.alipay.sdk:alipaysdk-android:15.8.11] AndroidManifest.xml:53:13-48
is also present at [:customAndroidManifest] AndroidManifest.xml:67:13-42 value=(standard).
Suggestion: add 'tools:replace=\"android:launchMode\"' to element at AndroidManifest.xml:49:9-55:20 to override.
[PackagePath]/app/AndroidManifest.xml:59:13-36 Error:
Attribute activity#com.alipay.sdk.app.AlipayResultActivity@exported value=(true) from [com.alipay.sdk:alipaysdk-android:15.8.11] AndroidManifest.xml:59:13-36
is also present at [:customAndroidManifest] AndroidManifest.xml:71:13-37 value=(false).
Suggestion: add 'tools:replace=\"android:exported\"' to element at AndroidManifest.xml:56:9-62:20 to override.
[PackagePath]/app/AndroidManifest.xml:60:13-44 Error:
Attribute activity#com.alipay.sdk.app.AlipayResultActivity@launchMode value=(singleTask) from [com.alipay.sdk:alipaysdk-android:15.8.11] AndroidManifest.xml:60:13-44
is also present at [:customAndroidManifest] AndroidManifest.xml:72:13-42 value=(standard).
Suggestion: add 'tools:replace=\"android:launchMode\"' to element at AndroidManifest.xml:56:9-62:20 to override.

2024-04-08 17:17 负责人:无 分享
已邀请:
套马杆的套子

套马杆的套子 - 没有解决不了的问题,只有解决不完的问题

离线打包?报错显示的是
AndroidManifest
197行
添加'tools:replace="android:launchMode"'
52行
添加'tools:replace="android:exported"
53行
添加'tools:replace="android:launchMode"
59行
添加tools:replace="android:exported
60行
添加'tools:replace="android:launchMode"

要回复问题请先登录注册