Ionic 如何在离子应用程序中设置targetSdkVersion 33?

z2acfund  于 2023-09-28  发布在  Ionic
关注(0)|答案(1)|浏览(206)

我已经创建了一个离子应用程序使用离子6和它的工作正常。我想将此应用程序上传到Google Play商店。我根据Play Store文档将targetSdkVersion版本33添加到config.xml文件中。<preference name="android-targetSdkVersion" value="33" />添加这一行后,我无法创建Android构建。
当我创建一个构建时,我得到一条错误消息

Gradle sync failed: Unable to load class 'org.gradle.api.plugins.MavenPlugin'.
        This is an unexpected error. Please file a bug containing the idea.log file.
xyhw6mcr

xyhw6mcr1#

我能够在Android Studio中更改API版本如下。
1.转到项目结构
1.点击模块
1.变化值
1.应用并单击确定

相关问题