gpt4 book ai didi

android - 无法发布此 Flutter 应用中 AndroidX 不兼容的 appBundle 原因

转载 作者:行者123 更新时间:2023-11-29 23:01:56 25 4
gpt4 key购买 nike

我想使用“flutter build appbundle”发布 appBundle,但出现此错误。该项目已经迁移到 AndroidX。没有用到第三方库enter image description here

compileSdkVersion: 28
targetSdkVersion: 28
minSdkVersion: 16
buildTypes {
release {
signingConfig signingConfigs.release

minifyEnabled true
useProguard true

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

dependencies {
implementation 'com.android.support:support-fragment:28.0.0'
}
}
}

依赖关系:

dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}

在 gradle.properties

android.useAndroidX=true
android.enableJetifier=true

最佳答案

我已经解决了我的问题:
应该删除实现支持 fragment 的依赖项,因为我遵循了这个答案:https://github.com/flutter/flutter/issues/28979#issuecomment-476426976

将 minifyEnabled 更改为 false

然后我使用了:

flutter clean
flutter packages get
flutter build appbundle

关于android - 无法发布此 Flutter 应用中 AndroidX 不兼容的 appBundle 原因,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56874108/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com