Skip to content

How to release an app on Google Play? #3360

Answered by CyberTuz
wschume asked this question in Q&A
Discussion options

You must be logged in to vote

I had the same issue, you need to sign the app using a keystore file, which you can generate either through Android Studio or using the "keytool" utility.
After generating the keystore file, I placed it in "../build/flutter/android/app" directory.
Then, I used this command to build and sign the app:
flet build aab --android-signing-key-store FILE.jks --android-signing-key-alias ALIAS --android-signing-key-store-password PASSWORD --android-signing-key-password PASSWORD

This worked for me and the AAB file was accepted on the Google Play Console .

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FeodorFitsner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants