android - 生成已签名的 Bundle 需要您将 Android Gradle 插件更新到 3.2.0 或更高版本

标签 android bundle

我知道这个问题已被多次回答,但没有一个解决方案适合我。我已经更新了 build.gradle 文件 enter image description here

当我尝试通过命令行运行更新时 enter image description here

这是我项目中的文件结构

enter image description here

我如何让它工作?我正在尝试构建签名包。

最佳答案

使用 Build -> Flutter -> Build App Bundle 而不是 Build -> Generate Signed Bundle/APK

关于android - 生成已签名的 Bundle 需要您将 Android Gradle 插件更新到 3.2.0 或更高版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65818411/

相关文章:

java - 隐藏状态栏android

ios - 构建到设备时出错 - 错误 : linker command failed with exit code 1 (use -v to see invocation)

java - 启动 OSGi 包

android - 无法在 Android Studio 中更新 JDK 位置

Android IntentService 无法实例化类;没有空的构造函数

java - 在Android中解析JSON数据

java - 如何使用 opencv 和 eclipse 将图片转换为 mat

java - 使用 Extras 将信息从 Activity 传递到 Intent 并返回

ruby-on-rails - 管理 Rails 的 gem 版本/依赖项

android - 什么更快?一个 intent.putExtras(Bundle with Strings) 还是多个 intent.putExtra(String)?