uni-app打包aab之后,上传Google失败

uni-app打包aab之后,上传Google失败

p>hbuilderx打包uniapp为aab,然后google商店上传,提示sdk版本为29,但是他们需要sdk版本为30。请问如何解决?具体详情信息如下图。

alt text

5 回复

你解决了吗 现在是要求31,我直接 修改"targetSdkVersion" : 32, 但是打包还是报错

更多关于uni-app打包aab之后,上传Google失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html


明明文档上写着最高也就31,为啥你非要填写32???? https://uniapp.dcloud.net.cn/tutorial/app-android-targetsdkversion.html

回复 Anet: 31也不行 他们要32

[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.
这样的

可能我引入的插件paypal 和广告插件不匹配31

回到顶部