asnsa.blogg.se

Android studio build apk for release
Android studio build apk for release





Is CN=demo demo, OU=demo, O=demo, L=demo, ST=demo, C=91 correct? What is the two-letter country code for this unit? What is the name of your State or Province? What is the name of your City or Locality? What is the name of your organizational unit? Keytool -genkey -v -keystore flutter_release_apk.jks -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 You need to execute this command in the terminal and this will generate flutter_release_apk.jks file in the same folder where terminal opened.

android studio build apk for release

Following is the command to generate a signing certificate. Now, we need to generate signing certificate to sign android apk.Updating with the same version of code will not be accepted in Google Play Store.ĪpplicationId _release_apk This is the app version code and needs to be updated each time you update the app on Google Play. Your app will be identified by this name and this can’t be changed. This must be unique all around all apps in Google Play so wisely choose the name. I have mentioned important settings below: You can specify some app related setting in adle under app folder (android/app/adle).

android studio build apk for release

I have created app named as “flutter_release_apk” If you are a beginner in Flutter then you can check my blog Create a first app in Flutter.







Android studio build apk for release