Flutter 没有构建 aab 文件
Flutter not building aab file
我正在尝试为我的应用构建 release bundle
。它根本不起作用,因为它只是退出。有什么问题吗?
按照此处的说明进行操作:https://flutter.dev/docs/deployment/android#building-the-app-for-release
命令应该是:flutter build appbundle
(当然,您需要先在 build.gradle 中设置密钥库信息)
我正在尝试为我的应用构建 release bundle
。它根本不起作用,因为它只是退出。有什么问题吗?
按照此处的说明进行操作:https://flutter.dev/docs/deployment/android#building-the-app-for-release
命令应该是:flutter build appbundle
(当然,您需要先在 build.gradle 中设置密钥库信息)