Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用颤振,我想知道如何签署应用程序以在商店中发布。我使用 MacOS 和 IntelliJ IDEA。
我已经解决了。技术问题可以通过在项目目录中编写命令来解决:
$ flutter build apk --release --keystore /Users/user/Desktop/Sign/my-key-release.keystore --keystore-password=p@$$w0rd --keystore-key-alias=name-alias