How to build signed apk from Android Studio ?
- Go Tools > Flutter > Open for Editing in Android Studio and select New Window option.
- Wait for while until project synchronization.
- Go to Build > Generate Signed Bundle/APK.
- Select Android App Bundle or APK option and click Next.
- Select Create new.. option to generate new Signed Key if you release your app first time.
- Fill all Options.
- Click OK then click Next.
- Build Variants.
- Wait for a while until Gradle Build Running process complete.
Options
Key store Path - Path where your key store file .jks file stored. Key store password - Enter password. e.g. 123456 Key alias - Enter Key alias e.g. key Key Password - Enter Key password (Choose different password than Key store password) e.g. 123456 Validity(years) - Keep it as it is or change as per your requirements. Certificate - Fill certificate information (Not all fields are mandatory)
Variants
Android App Bundle
- Select release and click Finish.
APK -
- Select profile and checked V1 and V2.
- Click Finish.
- Repeat the step by select release after the profile apk generated.