hbuilderx打包uniapp为aab,然后google商店上传,提示sdk版本为29,但是他们需要sdk版本为30。请问如何解决?具体详情信息如下图。
- 发布:2021-11-16 17:38
- 更新:2022-10-31 15:10
- 阅读:1071
[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.
这样的
Anet
明明文档上写着最高也就31,为啥你非要填写32????
https://uniapp.dcloud.net.cn/tutorial/app-android-targetsdkversion.html
2022-10-31 10:56
2***@qq.com
回复 Anet: 31也不行 他们要32
2022-10-31 15:04