dcloudio / native-docs

uni小程序SDK & 5+ SDK 原生开发文档
Apache License 2.0
81 stars 74 forks source link

google渠道包打包失败 #77

Open aoeng opened 2 years ago

aoeng commented 2 years ago

https://ide.dcloud.net.cn/build/errorLog/865ca7c0-4069-11ed-ac0b-218a6b26a66f

[PackagePath]/app/AndroidManifest.xml Error:
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
[PackagePath]/app/AndroidManifest.xml Error:
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

FAILURE: Build failed with an exception.

因google渠道包需要设置targetSdkVersion 为31,打包报错