> For the complete documentation index, see [llms.txt](https://codely-infotech.gitbook.io/gamezilla/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codely-infotech.gitbook.io/gamezilla/android/android-build-release.md).

# Android - Build Release

Create keystore & generate signed aab or apk

In your Flutter project Select menu Tool > Flutter > Open Android module in Android Studio&#x20;

It will open android project then after successful build select menu Build > Generate Signed Bundle/APK.. It open up popup select one option & click next

<figure><img src="https://4271022776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBFFfRmFs1X6moVu9w0qj%2Fuploads%2FyeBSJX4YBlYxPL0j3IIL%2F1.png?alt=media&amp;token=a2c5ac75-9e29-41bd-b803-077f789e9275" alt=""><figcaption></figcaption></figure>

To generate signed AAB or APK first you've to create key store & store this at safe place for future app updates.If you generate first time signed AAB/APK then select create new&#x20;

<figure><img src="https://4271022776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBFFfRmFs1X6moVu9w0qj%2Fuploads%2FjMiJ769VNcdmmBWQ5YIy%2F2.png?alt=media&amp;token=f2e634ab-994a-49d7-ac4a-bc4a3fc22550" alt=""><figcaption></figcaption></figure>

Create new key store select a folder where you want to store key store file & fill up other information.

Remember password you set here which required for next app update

<figure><img src="https://4271022776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBFFfRmFs1X6moVu9w0qj%2Fuploads%2FEQYVsRQTyHXw69odhisD%2F3.png?alt=media&amp;token=5fedece7-fa08-42f0-957b-69634d990c9a" alt=""><figcaption></figcaption></figure>
